unselectedLabelStyle property

TextStyle? unselectedLabelStyle
final

Optional text style for the theme mode unselected label.

If null, default to Theme.of(context).textTheme.caption).

Implementation

final TextStyle? unselectedLabelStyle;