labelStyle property

TextStyle? labelStyle
final

The style to be applied to the chip's label.

This only has an effect on widgets that respect the DefaultTextStyle, such as Text.

If labelStyle.color is a MaterialStateProperty<Color>, MaterialStateProperty.resolve is used for the following MaterialStates:

Implementation

final TextStyle? labelStyle;