vmax property

double get vmax

Converts the value to a percentage of the viewport's larger dimension (height/width).

Implementation

double get vmax =>
    this * max(OrkittScreenUtils.height, OrkittScreenUtils.width) / 100;