AutoScrollStyle constructor
const
AutoScrollStyle({
- Color? sliderActiveColor,
- Color? sliderInactiveColor,
- Color? sliderThumbColor,
- Color? overlayBackgroundColor,
- Color? iconColor,
- Color? activeIconColor,
- Color? textColor,
- Color? chipSelectedColor,
- Color? chipUnselectedColor,
- double? borderRadius,
- TextStyle? labelStyle,
- TextStyle? speedLabelStyle,
- String? settingsTitleText,
- String? stopConditionLabelText,
- String? pageCountLabelText,
- String? speedLabelText,
- String? slowLabelText,
- String? fastLabelText,
- Map<
AutoScrollStopCondition, String> ? stopConditionLabels, - TextStyle? settingsTitleStyle,
- TextStyle? settingsSubLabelStyle,
- TextStyle? chipTextStyle,
- TextStyle? pageCountValueStyle,
- TextStyle? sliderHintStyle,
- Color? chipSelectedBorderColor,
- Color? chipUnselectedBorderColor,
- double? chipBorderRadius,
- Color? chipSelectedBackgroundColor,
- Color? chipUnselectedBackgroundColor,
- Color? pageCountButtonColor,
- String? notesLabelText,
- 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,
});