zoomIn method
void
zoomIn()
Zooms the canvas in by a fixed multiplier.
Implementation
void zoomIn() => canvasDelegate?.zoomFromCenter(1.3);
Zooms the canvas in by a fixed multiplier.
void zoomIn() => canvasDelegate?.zoomFromCenter(1.3);