textColor property

Color? textColor
final

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;