SliderThemeData constructor

const SliderThemeData({
  1. MouseCursor? cursor,
  2. EdgeInsetsGeometry? margin,
  3. Duration? animationDuration,
  4. Curve? animationCurve,
  5. Color? thumbColor,
  6. Color? disabledThumbColor,
  7. Color? activeColor,
  8. Color? disabledActiveColor,
  9. Color? inactiveColor,
  10. Color? disabledInactiveColor,
  11. Color? labelBackgroundColor,
  12. bool? useThumbBall,
})

Implementation

const SliderThemeData({
  this.cursor,
  this.margin,
  this.animationDuration,
  this.animationCurve,
  this.thumbColor,
  this.disabledThumbColor,
  this.activeColor,
  this.disabledActiveColor,
  this.inactiveColor,
  this.disabledInactiveColor,
  this.labelBackgroundColor,
  this.useThumbBall,
});