isSmallDevice static method
Implementation
static bool isSmallDevice(final BuildContext context) =>
_isSmallDeviceCache ?? _checkBreakpointForDeviceViewport(context);
static bool isSmallDevice(final BuildContext context) =>
_isSmallDeviceCache ?? _checkBreakpointForDeviceViewport(context);