IntroductionSliderItem constructor

const IntroductionSliderItem({
  1. Widget? title,
  2. Widget? subtitle,
  3. Color? backgroundColor,
  4. Gradient? gradient,
  5. BackgroundImageDecoration? backgroundImageDecoration,
})

Implementation

const IntroductionSliderItem({
  this.logo,
  this.title,
  this.subtitle,
  this.backgroundColor,
  this.gradient,
  this.backgroundImageDecoration,
});