xl2 constant

EdgeInsets const xl2

Extra Large 2 (2XL) button content padding.

Implementation

static const xl2 = EdgeInsets.symmetric(
  vertical: 16.0,
  horizontal: 28.0,
);