SliderTheme constructor
      const
      SliderTheme({})
     
    
Creates a SliderTheme.
Implementation
const SliderTheme({
  this.trackHeight,
  this.trackColor,
  this.valueColor,
  this.disabledTrackColor,
  this.disabledValueColor,
  this.thumbColor,
  this.thumbBorderColor,
  this.thumbFocusedBorderColor,
  this.thumbSize,
});