aws method

double aws(
  1. num scale
)

Implementation

double aws(num scale) => this * min(scale.toDouble(), screenUtil.limitScaleWidth);