xxl static method

double xxl(
  1. BuildContext context
)

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,
);