SplashAdView constructor
const
SplashAdView({})
Implementation
const SplashAdView(
{Key? key,
required this.pangolinId,
required this.tencentId,
required this.loadType,
required this.probability,
required this.callBack})
: super(key: key);