h8v4 constant
Symmetrical vertical and horizontal offsets
Implementation
static const EdgeInsets h8v4 = EdgeInsets.symmetric(
horizontal: 8,
vertical: 4,
);
Symmetrical vertical and horizontal offsets
static const EdgeInsets h8v4 = EdgeInsets.symmetric(
horizontal: 8,
vertical: 4,
);