menu
flutter_assist package
documentation
util/screen.util.dart
ScreenUtil
screenHeight static method
screenHeight static method
dark_mode
light_mode
screenHeight
static method
double
screenHeight
(
BuildContext
context
)
Implementation
static double screenHeight(BuildContext context) => screenSize(context).height;
flutter_assist package
documentation
util/screen.util
ScreenUtil
screenHeight static method
ScreenUtil class