w property

double get w

Calculates width based on a percentage of the screen width.

This method returns the width of the screen multiplied by the current value.

Implementation

double get w {
  return this * ScreenAdaptiveConfig.instance!.screenWidth;
}