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