ahs method

double ahs(
  1. num scale
)

Implementation

double ahs(num scale) => this * min(scale.toDouble(), screenUtil.limitScaleHeight);