Impact_PageSelector_4 constructor

Impact_PageSelector_4({
  1. dynamic RedirectTo,
  2. required List<Impact_PageSelector_4_Item> PagesContent,
  3. required Color? ActiveTabPageSelectorColor,
  4. required Color? TabPageSelectorColor,
  5. bool? IsRTL,
  6. bool? ShowTutorial,
  7. Color? TargetBgColor,
  8. String? NextTxt,
  9. String? NextGuideTxt,
  10. String? NotNowTxt,
  11. String? NotNowGuideTxt,
  12. Color? GuideBgColor,
  13. String? SkipTxt,
  14. Alignment? SkipAlignment,
  15. Color? BgColor,
  16. Color? WaveColor,
  17. Color? ButtonBgColor,
  18. Color? SkipColor,
  19. TextStyle? TitleStyle,
  20. TextStyle? DescriptionStyle,
  21. String? CloseTxt,
  22. TextStyle? BtnTxtStyle,
})

Implementation

Impact_PageSelector_4({
  this.RedirectTo,
  required this.PagesContent,
  required this.ActiveTabPageSelectorColor,
  required this.TabPageSelectorColor,
  this.IsRTL,
  this.ShowTutorial,
  this.TargetBgColor,
  this.NextTxt,
  this.NextGuideTxt,
  this.NotNowTxt,
  this.NotNowGuideTxt,
  this.GuideBgColor,
  this.SkipTxt,
  this.SkipAlignment,
  this.BgColor,
  this.WaveColor,
  this.ButtonBgColor,
  this.SkipColor,
  this.TitleStyle,
  this.DescriptionStyle,
  this.CloseTxt,
  this.BtnTxtStyle,
});