FlipBoxNavigationBarItem class

An item that is used with FlipBoxNavigationBar containing the information about the items to display.

Constructors

FlipBoxNavigationBarItem({required String name, required IconData selectedIcon, Color selectedBackgroundColor = Colors.blue, Color unselectedBackgroundColor = Colors.lightBlue, dynamic unselectedIcon})
Creates an item which is used with FlipBoxNavigationBar.items.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The text to be displayed for the selected item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color
The color of the FlipBoxNavigationBarTile when the current item is selected.
final
selectedIcon IconData
The Icon which will be shown on the FlipBoxNavigationBar when the current item is selected.
final
unselectedBackgroundColor Color
The color of the FlipBoxNavigationBarTile when the current item is unselected.
final
unselectedIcon IconData
The Icon which will be shown on the FlipBoxNavigationBar when the current item is unselected.
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