SplashScreen constructor

const SplashScreen({
  1. Key? key,
  2. String? redirect,
})

Implementation

const SplashScreen({super.key, this.redirect});