Material3BottomBarTheme constructor

Material3BottomBarTheme({
  1. Color? bgColor,
  2. double? height,
  3. Duration? animationDuration,
  4. NavigationDestinationLabelBehavior? labelBehavior,
  5. double? elevation,
})

Implementation

Material3BottomBarTheme({
  super.bgColor,
  super.height,
  this.animationDuration,
  this.labelBehavior,
  this.elevation,
});