MaterialBannerTheme constructor
- 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});