menu
sst_base package
documentation
util/screen_utils.dart
ScreenUtils
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; }
sst_base package
documentation
util/screen_utils
ScreenUtils
screenHeight static method
ScreenUtils class