SplashView constructor

const SplashView({
  1. Key? key,
  2. IOSSplashConfig? iOS,
  3. AndroidSplashConfig? android,
  4. SplashViewCreatedCallback? onSplashViewCreated,
  5. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
  6. VoidCallback? onLoad,
  7. VoidCallback? onShow,
  8. VoidCallback? onClick,
  9. VoidCallback? onClose,
  10. PangleMessageCallback? onError,
})

Implementation

const SplashView({
  Key? key,
  this.iOS,
  this.android,
  this.onSplashViewCreated,
  this.gestureRecognizers,
  this.onLoad,
  this.onShow,
  this.onClick,
  this.onClose,
  this.onError,
}) : super(key: key);