BartMaterialBottomBar constructor
const
BartMaterialBottomBar({
- Key? key,
- required List<
BartMenuRoute> routes, - required BottomBarTapAction onTap,
- required ValueNotifier<
int> currentIndexNotifier, - required Material2BottomBarTheme theme,
Implementation
const BartMaterialBottomBar({
super.key,
required this.routes,
required this.onTap,
required this.currentIndexNotifier,
required this.theme,
});