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