vmin property

double vmin

Respective percentage of the viewport's smaller dimension.

Implementation

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