AuiBottomNav constructor
const
AuiBottomNav({})
Creates an AuiBottomNav.
Implementation
const AuiBottomNav({
super.key,
required this.items,
required this.currentIndex,
required this.onTap,
this.activeColor,
this.inactiveColor,
this.backgroundColor,
this.elevation = 8.0,
this.showLabels = true,
this.indicatorColor,
}) : assert(items.length >= 2 && items.length <= 5,
'AuiBottomNav requires between 2 and 5 items.');