NaviBarItem class

an item that is displayed as a tab in a NaviBar

Constructors

Properties

activeIcon IconData?
Optional. Changes the icon of the selected tab.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
Icon to be displayed.
final
label String?
Optional. The label to be displayed when the tab is selected.
final
page → dynamic
The page that appears when tab is selected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color?
Optional. Sets a custom background color when a tab is selected.
final
selectedIconColor Color?
Optional. Sets a custom icon and label color when a tab is selected.
final
unselectedBackgroundColor Color?
Optional. Sets a custom background color when a tab is not selected.
final
unselectedIconColor Color?
Optional. Sets a custom icon and label color when a tab is not selected.
final

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