NNSplashAdWidget constructor

const NNSplashAdWidget({
  1. Key? key,
  2. required String placeId,
  3. VoidCallback? onClose,
  4. VoidCallback? onAdShowed,
  5. dynamic onAdFail(
    1. String
    )?,
})

Implementation

const NNSplashAdWidget({
  Key? key,
  required this.placeId,
  this.onClose,
  this.onAdShowed,
  this.onAdFail,
}) : super(key: key);