OudsTabBar constructor
- Key? key,
- required List<
OudsNavigationBarItem> items, - bool translucent = false,
- int currentIndex = 0,
- ValueChanged<
int> ? onTap,
Creates an OUDS Navigation Bar with configurable items, transparency, and callbacks.
Implementation
const OudsTabBar({
super.key,
required this.items,
this.translucent = false,
this.currentIndex = 0,
this.onTap,
});