menu
fetosense_remote_flutter
ui/shared/constant.dart
screenHeight function
screenHeight
dark_mode
light_mode
screenHeight
function
double
screenHeight
(
dynamic
context
)
Implementation
double screenHeight(context) { return MediaQuery.of(context).size.height; }
fetosense_remote_flutter
constant
screenHeight function
constant library