maxScale property

double maxScale
final

The maximum allowed scale.

The scale will be clamped between this and minScale inclusively.

Defaults to 2.5.

Must be greater than zero and greater than minScale.

Implementation

final double maxScale;