SmartEngagementBanner constructor
const
SmartEngagementBanner({
- Key? key,
- required BuildContext context,
- required SmartEngagementBannerConfig config,
- required ChildWidget childWidget,
- bool enablePopup = true,
- bool enableFlexible = true,
- bool enableSticky = true,
- VoidCallback? afterClosePopup,
Implementation
const SmartEngagementBanner({
Key? key,
required this.context,
required this.config,
required this.childWidget,
this.enablePopup = true,
this.enableFlexible = true,
this.enableSticky = true,
this.afterClosePopup,
}) : super(key: key);