PopupBanner constructor
const
PopupBanner({
- Key? key,
- required PopupBannerConfig config,
- required Widget child,
- VoidCallback? afterClose,
- bool isPreview = false,
Implementation
const PopupBanner({
Key? key,
required this.config,
required this.child,
this.afterClose,
this.isPreview = false,
}) : super(key: key);