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