zoomRatio property

double zoomRatio

Current view zoom ratio.

If the controller is not ready(isReady), the property throws some exception.

Implementation

double get zoomRatio => value.row0[0];