h4 constant

EdgeInsets const h4

Symmetrical horizontal offsets

Implementation

static const EdgeInsets h4 = EdgeInsets.symmetric(
  horizontal: 4,
);