SplashConfig constructor

const SplashConfig({
  1. String? image,
  2. String? backgroundColor,
  3. int? duration,
})

Implementation

const SplashConfig({
  this.image,
  this.backgroundColor,
  this.duration,
});