textStyle property

TextStyle? textStyle
final

The DefaultTextStyle for the badge's label.

The text style's color is overwritten by the textColor.

This value is only used if label is non-null.

Defaults to the BadgeTheme's text style, or the overall theme's TextTheme.labelSmall if the badge theme's value is null. If the default text style is overridden then it may be useful to also override largeSize, padding, and alignment.

Implementation

final TextStyle? textStyle;