lg constant

EdgeInsets const lg

Large (LG) button content padding.

Implementation

static const lg = EdgeInsets.symmetric(
  vertical: 10.0,
  horizontal: 18.0,
);