menu
fluttery_framework package
documentation
view.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);
fluttery_framework package
documentation
view
ResponsiveScreen
isPhone property
ResponsiveScreen class