menu
flutter_waya package
documentation
components/screen_adaptation.dart
ScreenAdaptationScope
toPhysicalHeight method
toPhysicalHeight method
dark_mode
light_mode
toPhysicalHeight
method
double
toPhysicalHeight
(
double
height
)
Implementation
double toPhysicalHeight(double height) => height * scaleRatio * window.devicePixelRatio;
flutter_waya package
documentation
components/screen_adaptation
ScreenAdaptationScope
toPhysicalHeight method
ScreenAdaptationScope class