MaterialBannerThemeData constructor
- Color? backgroundColor,
- Color? surfaceTintColor,
- Color? shadowColor,
- Color? dividerColor,
- 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.surfaceTintColor,
this.shadowColor,
this.dividerColor,
this.contentTextStyle,
this.elevation,
this.padding,
this.leadingPadding,
});