icon method

double icon()

Scale icon size based on screen width

Implementation

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