setZoomValue method

void setZoomValue({
  1. double? zoom,
})

Implementation

void setZoomValue({double? zoom}) {
  this.zoom = zoom;
}