AppBottomBar constructor
const
AppBottomBar({
- Key? key,
- required List<
BottomBarItem> tabs, - required int selectedIndex,
- ValueChanged<
int> ? tabChangedCallback,
Implementation
const AppBottomBar(
{super.key,
required this.tabs,
required this.selectedIndex,
this.tabChangedCallback});