SplashScene constructor

const SplashScene({
  1. Key? key,
  2. required SplashConfig config,
  3. required SplashThemeData theme,
  4. required double timelineProgress,
})

Implementation

const SplashScene({
  super.key,
  required this.config,
  required this.theme,
  required this.timelineProgress,
  required this.logo,
});