imageType property
The crop style applied to the image.
In some cases, applying a CIRCLE
crop causes the image to be drawn
larger than a built-in icon.
Possible string values are:
- "SQUARE" : Default value. Applies a square mask to the image. For example, a 4x3 image becomes 3x3.
- "CIRCLE" : Applies a circular mask to the image. For example, a 4x3 image becomes a circle with a diameter of 3.
Implementation
core.String? imageType;