icon method
Scale icon size based on screen width
Implementation
double icon() {
return this * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}
Scale icon size based on screen width
double icon() {
return this * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}