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