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