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