minScale property

double minScale
final

The minimum allowed scale.

The scale will be clamped between this and maxScale inclusively.

Defaults to 0.8.

Must be a finite number greater than zero and less than maxScale.

Implementation

final double minScale;