backgroundColor property

Color? backgroundColor
final

The color with which to fill the circle. Changing the background color will cause the avatar to animate to the new color.

If a background color is not specified, the theme's primary color is used.

Implementation

final Color? backgroundColor;