SliderThemeData constructor

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

Implementation

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