zoomOut method
void
zoomOut()
Decreases the magnification of the plot area.
Implementation
void zoomOut() {
_zoomInAndOut(-0.1);
}
Decreases the magnification of the plot area.
void zoomOut() {
_zoomInAndOut(-0.1);
}