secondaryLabelStyle property

TextStyle? secondaryLabelStyle
final

Overrides the default for ChoiceChip.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.

Implementation

final TextStyle? secondaryLabelStyle;