avatarBackgroundColor property

Color? avatarBackgroundColor
final

The color behind the avatar. Only usefull for avatars with transparent background.

By default this color is grey as Colors.grey.

Implementation

final Color? avatarBackgroundColor;