menu
basic_setup package
documentation
config/theme.dart
DeviceSize
screenHeight static method
screenHeight static method
dark_mode
light_mode
screenHeight
static method
double
screenHeight
(
BuildContext
context
)
Implementation
static double screenHeight(BuildContext context) { return MediaQuery.of(context).size.height; }
basic_setup package
documentation
config/theme
DeviceSize
screenHeight static method
DeviceSize class