vmax property
double
get
vmax
Viewport maximum (largest of width/height)
Implementation
double get vmax => this * max(DeviceData.height, DeviceData.width) / 100;
Viewport maximum (largest of width/height)
double get vmax => this * max(DeviceData.height, DeviceData.width) / 100;