baseImage property

ImageProvider<Object>? baseImage
final

The background image of the circle. Changing the background image will cause the avatar to animate to the new image.

Typically used as a fallback image for image.

If the CircleAvatar is to have the user's initials, use child instead.

Implementation

final ImageProvider? baseImage;