menu
flutter_responsive_extension package
documentation
responsive_extentsion/core.dart
ResponsiveExtension
height method
height method
dark_mode
light_mode
height
method
double
height
(
num
height
)
Implementation
double height(num height) => height * _hightScaleFactor;
flutter_responsive_extension package
documentation
responsive_extentsion/core
ResponsiveExtension
height method
ResponsiveExtension class