AuiBottomNavItem class

A single item in AuiBottomNav.

Constructors

AuiBottomNavItem({required IconData icon, required String label, IconData? activeIcon, Widget? badge})
Creates an AuiBottomNavItem.
const

Properties

activeIcon IconData?
The icon displayed when this item is selected. Falls back to icon if not provided.
final
badge Widget?
An optional badge overlay drawn on top of the icon. Typically an AuiBadge or a small dot widget.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon displayed when this item is not selected.
final
label String
The label displayed below the icon.
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