NavigationRailLabelType enum Null safety
Defines the behavior of the labels of a NavigationRail.
See also:
Constants
- all → const NavigationRailLabelType
-
All NavigationRailDestinations will show their label.
const NavigationRailLabelType(2)
- none → const NavigationRailLabelType
-
Only the NavigationRailDestinations are shown.
const NavigationRailLabelType(0)
- selected → const NavigationRailLabelType
-
Only the selected NavigationRailDestination will show its label.
The label will animate in and out as new NavigationRailDestinations are selected.
const NavigationRailLabelType(1)
-
values
→ const List<
NavigationRailLabelType> -
A constant List of the values in this enum, in order of their declaration.
const List<
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited