w method

double w()

Scale width without context

Implementation

double w() {
  assert(ResponsiveConfig.initialized,
      "ResponsiveConfig not initialized. Call ResponsiveConfig.init(context) first.");

  return toDouble() * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}