vmax property

double get vmax

Viewport maximum (largest of width/height)

Implementation

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