AntdSliderStyle constructor

const AntdSliderStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? markStyle,
  4. AntdBoxStyle? activeMarkStyle,
  5. AntdBoxStyle? markTextStyle,
  6. AntdBoxStyle? activeMarkTextStyle,
  7. AntdBoxStyle? trackStyle,
  8. AntdBoxStyle? activeTrackStyle,
  9. Widget? slider,
  10. AntdIconStyle? sliderIconStyle,
})

Implementation

const AntdSliderStyle({
  super.inherit,
  this.bodyStyle,
  this.markStyle,
  this.activeMarkStyle,
  this.markTextStyle,
  this.activeMarkTextStyle,
  this.trackStyle,
  this.activeTrackStyle,
  this.slider,
  this.sliderIconStyle,
});