vmin property

double get vmin

Viewport minimum (smallest of width/height)

Implementation

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