BottomAppBarTheme constructor Null safety
- {Color? color,
- double? elevation,
- NotchedShape? shape}
Creates a theme that can be used for ThemeData.bottomAppBarTheme.
Implementation
const BottomAppBarTheme({
this.color,
this.elevation,
this.shape,
});