SplashAdView constructor
const
SplashAdView({
- Key? key,
- required String codeId,
- required int fetchDelay,
- FlutterTencentadSplashCallBack? callBack,
Implementation
const SplashAdView(
{Key? key, required this.codeId, required this.fetchDelay, this.callBack})
: super(key: key);