labelTextStyle property

MaterialStateProperty<TextStyle?>? labelTextStyle
final

The style to merge with the default text style for NavigationDestination labels.

You can use this to specify a different style when the label is selected.

Implementation

final MaterialStateProperty<TextStyle?>? labelTextStyle;