labelStyle property

TextStyle? labelStyle
final

Overrides the default for ChipAttributes.labelStyle, the style of the DefaultTextStyle that contains the chip's label.

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

This property applies to ActionChip, Chip, FilterChip, InputChip, RawChip.

Implementation

final TextStyle? labelStyle;