vmin property

double get vmin

Respective percentage of the viewport's smaller dimension.

Implementation

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