maxScale property

double maxScale
final

The maximum allowed scale.

The scale will be clamped between this and minScale inclusively.

Defaults to 2.5.

Cannot be null, and must be greater than zero and greater than minScale.

Implementation

final double maxScale;