textColor property

Color? textColor
final

徽章的 label 文本的颜色。

此颜色将覆盖标签的 textStyle 的颜色。

默认为 BadgeTheme 的前景色,如果主题值为 null,则默认为 ColorScheme.onError

Implementation

final Color? textColor;