UIProBottomNavItem class

A navigation item for UIProBottomNav.

Constructors

UIProBottomNavItem({required IconData icon, IconData? activeIcon, String? label, String? badge, bool showBadgeDot = false, Color? badgeColor})
Creates a bottom navigation item.
const

Properties

activeIcon IconData?
The icon to display when selected.
final
badge String?
Badge text (e.g., notification count).
final
badgeColor Color?
Badge color.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon to display.
final
label String?
The label text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBadgeDot bool
Whether to show a simple dot badge.
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