isShortScreen method
True if the device screen height is rather small (please rename this)
Implementation
bool isShortScreen() => MediaQuery.of(this).size.height < smallScreenBreakpoint;
True if the device screen height is rather small (please rename this)
bool isShortScreen() => MediaQuery.of(this).size.height < smallScreenBreakpoint;