zoomIn method

void zoomIn()

Zooms the canvas in by a fixed multiplier.

Implementation

void zoomIn() => canvasDelegate?.zoomFromCenter(1.3);