lg static method

double lg(
  1. BuildContext context
)

Large spacing (24/32/40 for phone/tablet/desktop)

Implementation

static double lg(BuildContext context) => _getValue(
  context,
  phone: _lgPhone,
  tablet: _lgTablet,
  desktop: _lgDesktop,
);