zoomOut method

void zoomOut()

Zooms the canvas out by a fixed multiplier.

Implementation

void zoomOut() => canvasDelegate?.zoomFromCenter(0.77);