menu
utilities_framework_flutter package
documentation
utils/u_app_utils.dart
UApp
isLandScape static method
isLandScape static method
dark_mode
light_mode
isLandScape
static method
bool
isLandScape
(
)
Implementation
static bool isLandScape() => navigatorKey.currentContext!.isLandscape;
utilities_framework_flutter package
documentation
utils/u_app_utils
UApp
isLandScape static method
UApp class