labelStyle property

TextStyle? labelStyle
final

Optional text style for the label. If null, default to Theme.of(context).textTheme.caption).

Implementation

final TextStyle? labelStyle;