zoom method Null safety
- dynamic zoom
Sets the zoom
Receives dynamic
returns this object BaseCrop
Implementation
BaseCrop zoom(dynamic zoom) {
_zoom = zoom;
return this;
}
Sets the zoom
Receives dynamic
returns this object BaseCrop
BaseCrop zoom(dynamic zoom) {
_zoom = zoom;
return this;
}