SplashView constructor

SplashView({
  1. Key? key,
  2. required dynamic aditem,
  3. double width = 0,
  4. double height = 0,
  5. String userId = "123",
  6. required MbSplashCallBack callBack,
})

Implementation

SplashView({Key? key,required this.aditem,this.width = 0,this.height = 0,this.userId = "123",required this.callBack}) : super(key: key);