menu
flutter_easy package
documentation
flutter_easy.dart
ResponsiveScreen
isPhone property
isPhone property
dark_mode
light_mode
isPhone
property
bool
get
isPhone
Is
screenType
ScreenType.Phone
Implementation
bool get isPhone => (screenType == ScreenType.Phone);
flutter_easy package
documentation
flutter_easy
ResponsiveScreen
isPhone property
ResponsiveScreen class