BottomAppBarTheme constructor Null safety

const BottomAppBarTheme(
  1. {Color? color,
  2. double? elevation,
  3. NotchedShape? shape}
)

Creates a theme that can be used for ThemeData.bottomAppBarTheme.

Implementation

const BottomAppBarTheme({
  this.color,
  this.elevation,
  this.shape,
});