isSmallScreen method
True if the device screen is rather small
Implementation
bool isSmallScreen() => MediaQuery.of(this).size.width < smallScreenBreakpoint;
True if the device screen is rather small
bool isSmallScreen() => MediaQuery.of(this).size.width < smallScreenBreakpoint;