MaterialBannerThemeData constructor Null safety
- {Color? backgroundColor,
- TextStyle? contentTextStyle,
- double? elevation,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? leadingPadding}
Creates a theme that can be used for MaterialBannerTheme or ThemeData.bannerTheme.
Implementation
const MaterialBannerThemeData({
  this.backgroundColor,
  this.contentTextStyle,
  this.elevation,
  this.padding,
  this.leadingPadding,
});