SplashScreenWidget constructor

const SplashScreenWidget({
  1. Key? key,
  2. String? image,
  3. double? sizedd,
  4. Color? color,
  5. int? timer,
  6. Widget? pageHome,
})

Implementation

const SplashScreenWidget({super.key, this.image, this.sizedd, this.color, this.timer, this.pageHome});