backgroundColor property
final
The badge's fill color.
Defaults to the BadgeTheme's background color, or ColorScheme.error if the theme value is null.
Implementation
final Color? backgroundColor;
The badge's fill color.
Defaults to the BadgeTheme's background color, or ColorScheme.error if the theme value is null.
final Color? backgroundColor;