labelType property
final
Defines the layout and behavior of the labels for the default, unextended NavigationRail.
When a navigation rail is extended, the labels are always shown.
The default value is NavigationRailThemeData.labelType. If NavigationRailThemeData.labelType is null, then the default value is NavigationRailLabelType.none.
See also:
- NavigationRailLabelType for information on the meaning of different types.
Implementation
final NavigationRailLabelType? labelType;