AutoZoomController constructor
AutoZoomController({})
Implementation
AutoZoomController({
this.minZoom = 1.0,
this.maxZoom = 5.0,
this.targetAreaFraction = 0.25,
this.lerpFactor = 0.15,
this.maxZoomVelocity = 0.4,
this.hysteresisBand = 0.05,
this.settlingFrameCount = 5,
});