ZeroSliderStyle constructor

const ZeroSliderStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. Color? tickColor,
  4. Color? thumbColor,
  5. bool? tickBehavior,
  6. ZeroTooltipVariant? tooltipVariant,
  7. Color? tooltipColor,
})

Implementation

const ZeroSliderStyle({
  this.activeColor,
  this.inactiveColor,
  this.tickColor,
  this.thumbColor,
  this.tickBehavior,
  this.tooltipVariant,
  this.tooltipColor,
});