SliderThemeData constructor

const SliderThemeData({
  1. EdgeInsetsGeometry? margin,
  2. ButtonState<Color?>? thumbColor,
  3. ButtonState<double?>? thumbRadius,
  4. ButtonState<double?>? trackHeight,
  5. ButtonState<Color?>? activeColor,
  6. ButtonState<Color?>? inactiveColor,
  7. Color? labelBackgroundColor,
  8. Color? labelForegroundColor,
  9. bool? useThumbBall,
})

Implementation

const SliderThemeData({
  this.margin,
  this.thumbColor,
  this.thumbRadius,
  this.trackHeight,
  this.activeColor,
  this.inactiveColor,
  this.labelBackgroundColor,
  this.labelForegroundColor,
  this.useThumbBall,
});