AutoScrollStyle constructor

const AutoScrollStyle({
  1. Color? sliderActiveColor,
  2. Color? sliderInactiveColor,
  3. Color? sliderThumbColor,
  4. Color? overlayBackgroundColor,
  5. Color? iconColor,
  6. Color? activeIconColor,
  7. Color? textColor,
  8. Color? chipSelectedColor,
  9. Color? chipUnselectedColor,
  10. double? borderRadius,
  11. TextStyle? labelStyle,
  12. TextStyle? speedLabelStyle,
  13. String? settingsTitleText,
  14. String? stopConditionLabelText,
  15. String? pageCountLabelText,
  16. String? speedLabelText,
  17. String? slowLabelText,
  18. String? fastLabelText,
  19. Map<AutoScrollStopCondition, String>? stopConditionLabels,
  20. TextStyle? settingsTitleStyle,
  21. TextStyle? settingsSubLabelStyle,
  22. TextStyle? chipTextStyle,
  23. TextStyle? pageCountValueStyle,
  24. TextStyle? sliderHintStyle,
  25. Color? chipSelectedBorderColor,
  26. Color? chipUnselectedBorderColor,
  27. double? chipBorderRadius,
  28. Color? chipSelectedBackgroundColor,
  29. Color? chipUnselectedBackgroundColor,
  30. Color? pageCountButtonColor,
  31. String? notesLabelText,
  32. TextStyle? notesStyle,
})

Implementation

const AutoScrollStyle({
  this.sliderActiveColor,
  this.sliderInactiveColor,
  this.sliderThumbColor,
  this.overlayBackgroundColor,
  this.iconColor,
  this.activeIconColor,
  this.textColor,
  this.chipSelectedColor,
  this.chipUnselectedColor,
  this.borderRadius,
  this.labelStyle,
  this.speedLabelStyle,
  this.settingsTitleText,
  this.stopConditionLabelText,
  this.pageCountLabelText,
  this.speedLabelText,
  this.slowLabelText,
  this.fastLabelText,
  this.stopConditionLabels,
  this.settingsTitleStyle,
  this.settingsSubLabelStyle,
  this.chipTextStyle,
  this.pageCountValueStyle,
  this.sliderHintStyle,
  this.chipSelectedBorderColor,
  this.chipUnselectedBorderColor,
  this.chipBorderRadius,
  this.chipSelectedBackgroundColor,
  this.chipUnselectedBackgroundColor,
  this.pageCountButtonColor,
  this.notesLabelText,
  this.notesStyle,
});