Impact_PageSelector_3 constructor

Impact_PageSelector_3({
  1. dynamic RedirectTo,
  2. required List<Impact_PageSelector_3_Item> PagesContent,
  3. LinearGradient? MainGrad,
  4. RadialGradient? RadialGrad,
  5. Color? ActiveTabPageSelectorColor,
  6. Color? TabPageSelectorColor,
  7. Color? ButtonBgColor,
  8. String? NextTxt,
  9. String? PrevTxt,
  10. String? SkipTxt,
  11. TextStyle? TitleStyle,
  12. TextStyle? DescriptionStyle,
  13. TextStyle? BtnTxtStyle,
  14. bool? IsRTL,
  15. bool? ShowTutorial,
  16. String? NextGuideTxt,
  17. String? NotNowTitle,
  18. String? NotNowGuideTxt,
  19. String? NotNowTxt,
  20. Color? TargetBgColor,
  21. Color? GuideBgColor,
  22. Alignment? SkipAlignment,
  23. String? PrevGuideTxt,
})

Implementation

Impact_PageSelector_3({
  this.RedirectTo,
  required  this.PagesContent,
  this.MainGrad,
  this.RadialGrad,
  this.ActiveTabPageSelectorColor,
  this.TabPageSelectorColor,
  this.ButtonBgColor,
  this.NextTxt,
  this.PrevTxt,
  this.SkipTxt,
  this.TitleStyle,
  this.DescriptionStyle,
  this.BtnTxtStyle,
  this.IsRTL,
  this.ShowTutorial,
  this.NextGuideTxt,
  this.NotNowTitle,
  this.NotNowGuideTxt,
  this.NotNowTxt,
  this.TargetBgColor,
  this.GuideBgColor,
  this.SkipAlignment,
  this.PrevGuideTxt,
});