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