thumbnail static method
The thumb cropping mode is specifically used for creating image thumbnails from either face or custom coordinates, and must always be accompanied by the gravity qualifier set to one of the face detection or custom values.
returns Thumbnail object.
Implementation
static Thumbnail thumbnail() {
return Thumbnail();
}