SplashLayout constructor
const
SplashLayout({
- Key? key,
- required SplashConfig config,
- required SplashTheme theme,
- bool isLoading = false,
- VoidCallback? onTap,
- VoidCallback? onSkip,
Creates a SplashLayout.
Implementation
const SplashLayout({
super.key,
required this.config,
required this.theme,
this.isLoading = false,
this.onTap,
this.onSkip,
});