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