crop method Null safety
Extracts a region of the given width and height out of the original image.
returns Crop object.
Implementation
static Crop crop() {
return Crop();
}
Extracts a region of the given width and height out of the original image.
returns Crop object.
static Crop crop() {
return Crop();
}