Material3BottomBarTheme constructor
Material3BottomBarTheme({
- Color? bgColor,
- double? height,
- Duration? animationDuration,
- NavigationDestinationLabelBehavior? labelBehavior,
- double? elevation,
Implementation
Material3BottomBarTheme({
super.bgColor,
super.height,
this.animationDuration,
this.labelBehavior,
this.elevation,
});