BannerAdView constructor

const BannerAdView({
  1. Key? key,
  2. required String pAndroidId,
  3. required String pIosId,
  4. required String tAndroidId,
  5. required String tIosId,
  6. required double width,
  7. required double height,
  8. UBannerCallBack? callBack,
  9. required int loadType,
  10. required double probability,
})

Implementation

const BannerAdView(
    {Key? key,
    required this.pAndroidId,
    required this.pIosId,
    required this.tAndroidId,
    required this.tIosId,
    required this.width,
    required this.height,
    this.callBack,
    required this.loadType,
    required this.probability})
    : super(key: key);