vmax property

double vmax

Respective percentage of the viewport's larger dimension.

Implementation

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