NNSplashAdWidget constructor
const
NNSplashAdWidget({
- Key? key,
- required String placeId,
- VoidCallback? onClose,
- VoidCallback? onAdShowed,
- dynamic onAdFail()?,
Implementation
const NNSplashAdWidget({
Key? key,
required this.placeId,
this.onClose,
this.onAdShowed,
this.onAdFail,
}) : super(key: key);