AntdSliderStyle constructor
const
AntdSliderStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? markStyle,
- AntdBoxStyle? activeMarkStyle,
- AntdBoxStyle? markTextStyle,
- AntdBoxStyle? activeMarkTextStyle,
- AntdBoxStyle? trackStyle,
- AntdBoxStyle? activeTrackStyle,
- Widget? slider,
- 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,
});