xs static method
Extra small spacing (4/6/8 for phone/tablet/desktop)
Implementation
static double xs(BuildContext context) => _getValue(
context,
phone: _xsPhone,
tablet: _xsTablet,
desktop: _xsDesktop,
);
Extra small spacing (4/6/8 for phone/tablet/desktop)
static double xs(BuildContext context) => _getValue(
context,
phone: _xsPhone,
tablet: _xsTablet,
desktop: _xsDesktop,
);