isShortScreen static method
Implementation
static bool isShortScreen(BuildContext context) {
return MediaQuery.of(context).size.height < shortScreenBreakpoint;
}
static bool isShortScreen(BuildContext context) {
return MediaQuery.of(context).size.height < shortScreenBreakpoint;
}