backgroundColor property

Color? backgroundColor
final

The badge's fill color.

Defaults to the BadgeTheme's background color, or ColorScheme.errorColor if the theme value is null.

Implementation

final Color? backgroundColor;