menu
star_live package
documentation
utils/screen_utils.dart
ScreenUtils
screenHeightInDp static method
screenHeightInDp static method
dark_mode
light_mode
screenHeightInDp
static method
double
screenHeightInDp
(
)
Implementation
static double screenHeightInDp() { return px2dp(screenHeight()); }
star_live package
documentation
utils/screen_utils
ScreenUtils
screenHeightInDp static method
ScreenUtils class