w method

double w()

Scale width based on design width

Implementation

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