zoomOut method
void
zoomOut()
Zooms the canvas out by a fixed multiplier.
Implementation
void zoomOut() => canvasDelegate?.zoomFromCenter(0.77);
Zooms the canvas out by a fixed multiplier.
void zoomOut() => canvasDelegate?.zoomFromCenter(0.77);