SplashAdView constructor

const SplashAdView({
  1. Key? key,
  2. required String pangolinId,
  3. required String tencentId,
  4. required int loadType,
  5. required double probability,
  6. required USplashCallBack? callBack,
})

Implementation

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