scale property
double
get
scale
Combination of all scale factors to pixel coordinates.
Implementation
double get scale => modelScale * viewScale * userScale;
Combination of all scale factors to pixel coordinates.
double get scale => modelScale * viewScale * userScale;