SplashAdView constructor

const SplashAdView({
  1. Key? key,
  2. required bool mIsExpress,
  3. required String androidCodeId,
  4. required String iosCodeId,
  5. required bool supportDeepLink,
  6. required double expressViewWidth,
  7. required double expressViewHeight,
  8. dynamic callBack,
})

Implementation

const SplashAdView(
    {Key? key,
    required this.mIsExpress,
    required this.androidCodeId,
    required this.iosCodeId,
    required this.supportDeepLink,
    required this.expressViewWidth,
    required this.expressViewHeight,
    this.callBack})
    : super(key: key);