selectedLabelStyle property

TextStyle? selectedLabelStyle
final

Optional text style for the theme mode selected label.

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

Implementation

final TextStyle? selectedLabelStyle;