MaterialBannerThemeModifier constructor
const
MaterialBannerThemeModifier({
- Key? key,
- Key? modifierKey,
- Widget? child,
- MaterialBannerThemeData? data,
Creates a banner theme that controls the configurations for MaterialBanners in its widget subtree.
Implementation
const MaterialBannerThemeModifier({
super.key,
super.modifierKey,
super.child,
this.data,
});