ZoomValue constructor
ZoomValue({})
Implementation
ZoomValue({
this.minAvailableZoom = 1.0,
this.maxAvailableZoom = 1.0,
this.currentScale = 1.0,
this.baseScale = 1.0,
this.pointers = 0,
});
ZoomValue({
this.minAvailableZoom = 1.0,
this.maxAvailableZoom = 1.0,
this.currentScale = 1.0,
this.baseScale = 1.0,
this.pointers = 0,
});