image property

Image? image
final

An image that will fill the entire avatar. As the avatar is circular, a square image will not get its corners shown, but the original image will be intact.

If image and initials are both not null, image will get priority.

Implementation

final Image? image;