isSmallDevice static method

bool isSmallDevice(
  1. BuildContext context
)

Implementation

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