AnnotatedSliderThemeData constructor
const
AnnotatedSliderThemeData({
- double? trackHeight,
- Color? activeTrackColor,
- Color? inactiveTrackColor,
- Color? secondaryActiveTrackColor,
- Color? disabledActiveTrackColor,
- Color? disabledInactiveTrackColor,
- Color? disabledSecondaryActiveTrackColor,
- Color? activeTickMarkColor,
- Color? inactiveTickMarkColor,
- Color? disabledActiveTickMarkColor,
- Color? disabledInactiveTickMarkColor,
- Color? thumbColor,
- Color? overlappingShapeStrokeColor,
- Color? disabledThumbColor,
- Color? overlayColor,
- Color? valueIndicatorColor,
- Color? valueIndicatorStrokeColor,
- AnnotatedSliderComponentShape? overlayShape,
- AnnotatedSliderTickMarkShape? tickMarkShape,
- AnnotatedSliderComponentShape? thumbShape,
- AnnotatedSliderTrackShape? trackShape,
- AnnotatedSliderComponentShape? valueIndicatorShape,
- AnnotatedRangeSliderTickMarkShape? rangeTickMarkShape,
- AnnotatedRangeSliderThumbShape? rangeThumbShape,
- AnnotatedRangeSliderTrackShape? rangeTrackShape,
- AnnotatedRangeSliderValueIndicatorShape? rangeValueIndicatorShape,
- ShowValueIndicator? showValueIndicator,
- TextStyle? valueIndicatorTextStyle,
- double? minThumbSeparation,
- RangeThumbSelector? thumbSelector,
- WidgetStateProperty<
MouseCursor?> ? mouseCursor, - SliderInteraction? allowedInteraction,
- EdgeInsetsGeometry? padding,
- WidgetStateProperty<
Size?> ? thumbSize, - double? trackGap,
- TextStyle? markerLabelTextStyle,
- AnnotatedSliderMarkerShape? markerShape,
- @Deprecated('Use SliderTheme to customize the Slider appearance. ' 'This feature was deprecated after v3.27.0-0.2.pre.') bool? year2023,
Implementation
const AnnotatedSliderThemeData({
this.trackHeight,
this.activeTrackColor,
this.inactiveTrackColor,
this.secondaryActiveTrackColor,
this.disabledActiveTrackColor,
this.disabledInactiveTrackColor,
this.disabledSecondaryActiveTrackColor,
this.activeTickMarkColor,
this.inactiveTickMarkColor,
this.disabledActiveTickMarkColor,
this.disabledInactiveTickMarkColor,
this.thumbColor,
this.overlappingShapeStrokeColor,
this.disabledThumbColor,
this.overlayColor,
this.valueIndicatorColor,
this.valueIndicatorStrokeColor,
this.overlayShape,
this.tickMarkShape,
this.thumbShape,
this.trackShape,
this.valueIndicatorShape,
this.rangeTickMarkShape,
this.rangeThumbShape,
this.rangeTrackShape,
this.rangeValueIndicatorShape,
this.showValueIndicator,
this.valueIndicatorTextStyle,
this.minThumbSeparation,
this.thumbSelector,
this.mouseCursor,
this.allowedInteraction,
this.padding,
this.thumbSize,
this.trackGap,
this.markerLabelTextStyle,
this.markerShape,
@Deprecated(
'Use SliderTheme to customize the Slider appearance. '
'This feature was deprecated after v3.27.0-0.2.pre.',
)
this.year2023,
});