SIQSliderCardTheme constructor

SIQSliderCardTheme({
  1. String? thumbBorderColor,
  2. String? selectedTrackColor,
  3. String? selectedValueTextColor,
  4. String? unSelectedTrackColor,
  5. String? thumbBackgroundColor,
  6. String? minRangeTextColor,
  7. String? maxRangeTextColor,
})

Implementation

SIQSliderCardTheme({
  this.thumbBorderColor,
  this.selectedTrackColor,
  this.selectedValueTextColor,
  this.unSelectedTrackColor,
  this.thumbBackgroundColor,
  this.minRangeTextColor,
  this.maxRangeTextColor,
});