navigationRailLabelType property

NavigationRailLabelType? navigationRailLabelType
final

Defines the layout and behavior of the labels for the un-extended NavigationRail.

The type are:

When a navigation rail is extended, the labels are always shown.

Default to NavigationRailLabelType.all. FlexColorScheme uses all so that it by default will match the behavior on NavigationBar.

If set to null it will default Flutter SDK default behavior NavigationRailLabelType.none.

Implementation

final NavigationRailLabelType? navigationRailLabelType;