isSmallScreen method

bool isSmallScreen()

True if the device screen is rather small

Implementation

bool isSmallScreen() => MediaQuery.of(this).size.width < smallScreenBreakpoint;