resetView method
void
resetView()
Resets the CartesianPlane view to the initial scale and origin.
Implementation
void resetView() => canvasDelegate?.resetView();
Resets the CartesianPlane view to the initial scale and origin.
void resetView() => canvasDelegate?.resetView();