NUIBottomNavItem class
Bottom navigation button
- Inheritance
-
- Object
- BottomNavigationBarItem
- NUIBottomNavItem
Constructors
Properties
- activeIcon → Widget
-
An alternative icon displayed when this bottom navigation item is
selected.
finalinherited
- backgroundColor → Color?
-
The color of the background radial animation for material BottomNavigationBar.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget
-
The icon of the item.
finalinherited
- id ↔ String
-
getter/setter pair
- key → Key?
-
A key to be passed through to the resultant widget.
finalinherited
- label → String?
-
The text label for this BottomNavigationBarItem.
finalinherited
- listenerOverride ↔ ClickListenerOverride?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tooltip → String?
-
The text to display in the Tooltip for this BottomNavigationBarItem.
finalinherited
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