SplashScreenConfig constructor

SplashScreenConfig({
  1. required Platforms platforms,
  2. required Flavor release,
  3. required Flavor debug,
  4. required Flavor profile,
  5. required Flavor fallback,
})

Implementation

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