BaiduSplashAdView constructor
const
BaiduSplashAdView({})
百度开屏广告
androidId android广告位id
iosId ios广告位id
appSid 动态设置APPSID,该信息可从移动联盟获得
timeout 超时时间
width 宽
height 高
callBack 回调 BaiduAdSplashCallBack
Implementation
const BaiduSplashAdView(
{Key? key,
required this.androidId,
required this.iosId,
this.appSid,
this.timeout,
required this.width,
required this.height,
this.callBack})
: super(key: key);