menu
utilities_framework_flutter package
documentation
utilities.dart
ResponsiveScreen
isDesktop property
isDesktop property
dark_mode
light_mode
isDesktop
property
bool
get
isDesktop
Is
screenType
ScreenType.Desktop
Implementation
bool get isDesktop => (screenType == ScreenType.Desktop);
utilities_framework_flutter package
documentation
utilities
ResponsiveScreen
isDesktop property
ResponsiveScreen class