isSmallScreen static method
Check if screen is small
Implementation
static bool isSmallScreen(BuildContext context) {
return getScreenSize(context) == ScreenSize.small;
}
Check if screen is small
static bool isSmallScreen(BuildContext context) {
return getScreenSize(context) == ScreenSize.small;
}