SplashScreenConfig constructor
SplashScreenConfig({})
Implementation
SplashScreenConfig({
required this.platforms,
required this.release,
required this.debug,
required this.profile,
required this.fallback,
// this.custom,
});