vmin property

double get vmin

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

Implementation

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