xl static method

double xl(
  1. BuildContext context
)

Extra large spacing (32/48/64 for phone/tablet/desktop)

Implementation

static double xl(BuildContext context) => _getValue(
  context,
  phone: _xlPhone,
  tablet: _xlTablet,
  desktop: _xlDesktop,
);