menu
fastor_app_ui_widget package
documentation
resource/toolsFastor/device/DeviceTools.dart
DeviceTools
isLandscape static method
isLandscape static method
dark_mode
light_mode
isLandscape
static method
bool
isLandscape
(
BuildContext
context
)
Implementation
static bool isLandscape(BuildContext context, ) { return ! DeviceTools.isPortrait(context); }
fastor_app_ui_widget package
documentation
resource/toolsFastor/device/DeviceTools
DeviceTools
isLandscape static method
DeviceTools class