menu
codeveloper_tools package
documentation
MyTools/Functions/MyResponsive.dart
MyResponsive
width method
width method
dark_mode
light_mode
width
method
double
width
(
double
value
)
Implementation
double width(double value) => value * _widthFactor;
codeveloper_tools package
documentation
MyTools/Functions/MyResponsive
MyResponsive
width method
MyResponsive class