menu
nimbbl_mobile_kit_flutter_native_ui_sdk package
documentation
ui/common/ui_helpers.dart
screenHeight function
screenHeight function
dark_mode
light_mode
screenHeight
function
double
screenHeight
(
BuildContext
context
)
Implementation
double screenHeight(BuildContext context) => MediaQuery.of(context).size.height;
nimbbl_mobile_kit_flutter_native_ui_sdk package
documentation
ui/common/ui_helpers
screenHeight function
ui_helpers library