xxs static method

double xxs(
  1. BuildContext context
)

Extra extra small spacing (2/3/4 for phone/tablet/desktop)

Implementation

static double xxs(BuildContext context) => _getValue(
  context,
  phone: _xxsPhone,
  tablet: _xxsTablet,
  desktop: _xxsDesktop,
);