minZoom property

double get minZoom

The minimum zoom the attached planner clamps to (its PlannerConfig.minZoom). Throws a StateError when not isAttached.

Implementation

double get minZoom => _requireInner().config.minZoom;