menu
live_stream_core package
documentation
common/screen/screen_adapter.dart
ScreenAdapter
getScaleXRatio method
getScaleXRatio method
dark_mode
light_mode
getScaleXRatio
method
double
getScaleXRatio
(
)
Implementation
double getScaleXRatio() { return MediaQuery.sizeOf(_context).width / designWidth; }
live_stream_core package
documentation
common/screen/screen_adapter
ScreenAdapter
getScaleXRatio method
ScreenAdapter class