scale property

double get scale

Combination of all scale factors to pixel coordinates.

Implementation

double get scale => modelScale * viewScale * userScale;