IntroRF constructor

IntroRF({
  1. Widget? title,
  2. Widget? image,
  3. Widget? description,
  4. Widget? pointerImage,
  5. Color? backgroundColor,
  6. RippleEffectRF? rippleEffect,
  7. Color? rippleColor,
})

Implementation

IntroRF({
  this.title,
  this.image,
  this.description,
  this.pointerImage,
  this.backgroundColor,
  this.rippleEffect,
  this.rippleColor,
});