SplashScreenView constructor

const SplashScreenView({
  1. required VoidCallback onLaunch,
})

Implementation

const SplashScreenView({required this.onLaunch});