textColor property
The color of the badge's label text.
This color overrides the color of the label's textStyle.
Defaults to the BadgeTheme's foreground color, or ColorScheme.onError if the theme value is null.
Implementation
final Color? textColor;
The color of the badge's label text.
This color overrides the color of the label's textStyle.
Defaults to the BadgeTheme's foreground color, or ColorScheme.onError if the theme value is null.
final Color? textColor;