zoom method

BaseCrop zoom(
  1. dynamic zoom
)

Sets the zoom Receives dynamic returns this object BaseCrop

Implementation

BaseCrop zoom(dynamic zoom) {
  _zoom = zoom;
  return this;
}