SplashScreen constructor

const SplashScreen({
  1. String? title,
  2. String? backgroundPath,
  3. Color? backgroundColor,
  4. Key? key,
})

Implementation

const SplashScreen({
  this.title,
  this.logo,
  this.backgroundPath,
  this.backgroundColor,
  super.key,
});