h8v4 constant

EdgeInsets const h8v4

Symmetrical vertical and horizontal offsets

Implementation

static const EdgeInsets h8v4 = EdgeInsets.symmetric(
  horizontal: 8,
  vertical: 4,
);