ThemedNavigatorLabel class
- Inheritance
-
- Object
- ThemedNavigatorItem
- ThemedNavigatorLabel
Constructors
- ThemedNavigatorLabel is a visual separator of the items in a ThemedAppBar.items or ThemedDrawer.items.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → Widget?
-
label is the label of the view.
Prevent use label and labelText at the same time.
finalinherited
- labelStyle → TextStyle?
-
labelStyle is the style of the label. Only applies when labelText is not null.
final
- labelText → String?
-
labelText is the label of the view.
Prevent use label and labelText at the same time.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited