r method

double r()

Scale radius based on screen width

Implementation

double r() {
  return this * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}