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