scale property Null safety
final
The scale implied by the average distance between the pointers in contact with the screen.
This value must be greater than or equal to zero.
See also:
- horizontalScale, which is the scale along the horizontal axis.
- verticalScale, which is the scale along the vertical axis.
Implementation
final double scale;