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