labelStyle property

TextStyle? labelStyle
final

Optional style override for this option's label text.

Applied via TextStyle.merge over the default style, so only the fields you specify (e.g. TextStyle.fontWeight) are overridden.

Implementation

final TextStyle? labelStyle;