SplashScene constructor
const
SplashScene({
- Key? key,
- required SplashConfig config,
- required SplashThemeData theme,
- required double timelineProgress,
- required Widget logo,
Implementation
const SplashScene({
super.key,
required this.config,
required this.theme,
required this.timelineProgress,
required this.logo,
});