UIBottomNavigationBarItem class

Wrapper for BottomNavigationBarItem.

Inheritance

Constructors

UIBottomNavigationBarItem({required String id, required Widget icon, String? label, Widget? activeIcon, Color? backgroundColor, void onTap()?, void onTapWhenInitialIndex()?, bool onRouteChange(RouteSettings? route)?})
Wrapper for BottomNavigationBarItem.

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
final
key Key?
A key to be passed through to the resultant widget.
finalinherited
label String?
The text label for this BottomNavigationBarItem.
finalinherited
onRouteChange → (bool Function(RouteSettings? route)?)
final
onTap → (void Function()?)
final
onTapWhenInitialIndex → (void Function()?)
final
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