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