menu
origin package
documentation
ext.dart
RectExt
baseWidth method
baseWidth method
dark_mode
light_mode
baseWidth
method
double
baseWidth
(
double
aspectRatio
)
Implementation
double baseWidth(double aspectRatio) => min(width, height * aspectRatio);
origin package
documentation
ext
RectExt
baseWidth method
RectExt extension on
Rect