IDSBottomNavBarItem class

Represents an item in the bottom app bar with active and inactive icons.

Constructors

IDSBottomNavBarItem.new({required Widget activeIcon, Widget? inActiveIcon, String? text})
Creates an IDSBottomNavBarItem with an active icon, optional inactive icon, and text.

Properties

activeIcon Widget
The icon displayed when the item is selected.
final
hashCode int
The hash code for this object.
no setterinherited
inActiveIcon Widget?
The icon displayed when the item is not selected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text label for the navigation bar item.
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