UNaviBarItem class

Inheritance

Constructors

UNaviBarItem(BuildContext context, {required Icon icon, required dynamic label})

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
key Key?
A key to be passed through to the resultant widget.
finalinherited
label String?
The text label for this BottomNavigationBarItem.
finalinherited
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