ZJSplashView constructor

const ZJSplashView(
  1. String posId, {
  2. Key? key,
  3. required double width,
  4. required double height,
  5. required dynamic splashListener(
    1. ZJEvent ret
    ),
})

Implementation

const ZJSplashView(this.posId,
    {Key? key,
    required this.width,
    required this.height,
    required this.splashListener})
    : super(key: key);