OudsBottomBar constructor
- Key? key,
- required List<
OudsNavigationBarItem> destinations, - required int selectedIndex,
- bool translucent = false,
- ValueChanged<
int> ? onDestinationSelected,
Creates an adaptive OUDS bottom bar.
Implementation
const OudsBottomBar({
super.key,
required this.destinations,
required this.selectedIndex,
this.translucent = false,
this.onDestinationSelected,
});