LitBottomNavigationTabData class

The meta data of each tab inside the LitBottomNavigation.

Provide an index value, a selected and an unselected icon. Either of them are displayed depending on the current 'is selected' state.

Constructors

LitBottomNavigationTabData({required int index, required IconData icon, required IconData iconSelected})
Creates a LitBottomNavigationTabData to be used on the LitBottomNavigation.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
iconSelected IconData
final
index int
final
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