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