menu
tencent_live_uikit package
documentation
common/screen/screen_adapter.dart
ScreenAdapter
getHeight method
getHeight method
dark_mode
light_mode
getHeight
method
double
getHeight
(
double
dp
)
Implementation
double getHeight(double dp) { return MediaQuery.sizeOf(_context).height * dp / designHeight; }
tencent_live_uikit package
documentation
common/screen/screen_adapter
ScreenAdapter
getHeight method
ScreenAdapter class