backgroundImage property

ImageProvider<Object>? backgroundImage
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 foregroundImage.

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

Implementation

final ImageProvider? backgroundImage;