NavigationRailLabelType enum Null safety
Defines the behavior of the labels of a NavigationRail.
See also:
Constructors
-
const
Values
- none → const NavigationRailLabelType
-
Only the NavigationRailDestinations are shown.
NavigationRailLabelType()
- selected → const NavigationRailLabelType
-
Only the selected NavigationRailDestination will show its label.
The label will animate in and out as new NavigationRailDestinations are selected.
NavigationRailLabelType()
- all → const NavigationRailLabelType
-
All NavigationRailDestinations will show their label.
NavigationRailLabelType()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NavigationRailLabelType> -
A constant List of the values in this enum, in order of their declaration.
[none, selected, all]