SplashAdView constructor

const SplashAdView({
  1. Key? key,
  2. required String codeId,
  3. required int fetchDelay,
  4. FlutterTencentadSplashCallBack? callBack,
})

Implementation

const SplashAdView(
    {Key? key, required this.codeId, required this.fetchDelay, this.callBack})
    : super(key: key);