lg static method
Large spacing (24/32/40 for phone/tablet/desktop)
Implementation
static double lg(BuildContext context) => _getValue(
context,
phone: _lgPhone,
tablet: _lgTablet,
desktop: _lgDesktop,
);
Large spacing (24/32/40 for phone/tablet/desktop)
static double lg(BuildContext context) => _getValue(
context,
phone: _lgPhone,
tablet: _lgTablet,
desktop: _lgDesktop,
);