SfRangeSliderThemeData constructor
const
SfRangeSliderThemeData({
- double activeTrackHeight = 6.0,
- double inactiveTrackHeight = 4.0,
- Size? tickSize,
- Size? minorTickSize,
- Offset? tickOffset,
- Offset? labelOffset,
- TextStyle? inactiveLabelStyle,
- TextStyle? activeLabelStyle,
- TextStyle? tooltipTextStyle,
- Color? inactiveTrackColor,
- Color? activeTrackColor,
- Color? thumbColor,
- Color? activeTickColor,
- Color? inactiveTickColor,
- Color? disabledActiveTickColor,
- Color? disabledInactiveTickColor,
- Color? activeMinorTickColor,
- Color? inactiveMinorTickColor,
- Color? disabledActiveMinorTickColor,
- Color? disabledInactiveMinorTickColor,
- Color? overlayColor,
- Color? inactiveDividerColor,
- Color? activeDividerColor,
- Color? disabledActiveTrackColor,
- Color? disabledInactiveTrackColor,
- Color? disabledActiveDividerColor,
- Color? disabledInactiveDividerColor,
- Color? disabledThumbColor,
- Color? tooltipBackgroundColor,
- Color? overlappingTooltipStrokeColor,
- Color? thumbStrokeColor,
- Color? overlappingThumbStrokeColor,
- Color? activeDividerStrokeColor,
- Color? inactiveDividerStrokeColor,
- double? trackCornerRadius,
- double overlayRadius = 24.0,
- double thumbRadius = 10.0,
- double? activeDividerRadius,
- double? inactiveDividerRadius,
- double? thumbStrokeWidth,
- double? activeDividerStrokeWidth,
- double? inactiveDividerStrokeWidth,
Creating an argument constructor of SfRangeSliderThemeData class.
Implementation
const SfRangeSliderThemeData({
super.activeTrackHeight,
super.inactiveTrackHeight,
super.tickSize,
super.minorTickSize,
super.tickOffset,
super.labelOffset,
super.inactiveLabelStyle,
super.activeLabelStyle,
super.tooltipTextStyle,
super.inactiveTrackColor,
super.activeTrackColor,
super.thumbColor,
super.activeTickColor,
super.inactiveTickColor,
super.disabledActiveTickColor,
super.disabledInactiveTickColor,
super.activeMinorTickColor,
super.inactiveMinorTickColor,
super.disabledActiveMinorTickColor,
super.disabledInactiveMinorTickColor,
super.overlayColor,
super.inactiveDividerColor,
super.activeDividerColor,
super.disabledActiveTrackColor,
super.disabledInactiveTrackColor,
super.disabledActiveDividerColor,
super.disabledInactiveDividerColor,
super.disabledThumbColor,
super.tooltipBackgroundColor,
this.overlappingTooltipStrokeColor,
super.thumbStrokeColor,
this.overlappingThumbStrokeColor,
super.activeDividerStrokeColor,
super.inactiveDividerStrokeColor,
super.trackCornerRadius,
super.overlayRadius,
super.thumbRadius,
super.activeDividerRadius,
super.inactiveDividerRadius,
super.thumbStrokeWidth,
super.activeDividerStrokeWidth,
super.inactiveDividerStrokeWidth,
});