xxl static method
Extra extra large spacing (48/64/96 for phone/tablet/desktop)
Implementation
static double xxl(BuildContext context) => _getValue(
context,
phone: _xxlPhone,
tablet: _xxlTablet,
desktop: _xxlDesktop,
);
Extra extra large spacing (48/64/96 for phone/tablet/desktop)
static double xxl(BuildContext context) => _getValue(
context,
phone: _xxlPhone,
tablet: _xxlTablet,
desktop: _xxlDesktop,
);