sm static method

double sm(
  1. BuildContext context
)

Small spacing (8/12/16 for phone/tablet/desktop)

Implementation

static double sm(BuildContext context) => _getValue(
  context,
  phone: _smPhone,
  tablet: _smTablet,
  desktop: _smDesktop,
);