sm static method
Small spacing (8/12/16 for phone/tablet/desktop)
Implementation
static double sm(BuildContext context) => _getValue(
context,
phone: _smPhone,
tablet: _smTablet,
desktop: _smDesktop,
);
Small spacing (8/12/16 for phone/tablet/desktop)
static double sm(BuildContext context) => _getValue(
context,
phone: _smPhone,
tablet: _smTablet,
desktop: _smDesktop,
);