IPDSplashView constructor

const IPDSplashView(
  1. String posId, {
  2. Key? key,
  3. required double width,
  4. required double height,
  5. String userId = "",
  6. required dynamic splashListener(
    1. IPDEvent ret
    ),
})

Implementation

const IPDSplashView(this.posId,
    {Key? key,
    required this.width,
    required this.height,
    this.userId = "",
    required this.splashListener})
    : super(key: key);