AntdSliderBarStyle constructor
const
AntdSliderBarStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? contentStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? activeTitleStyle,
- AntdBoxStyle? indicatorStyle,
- AntdBoxStyle? activeIndicatorStyle,
- Radius? activeCornerRadius,
Implementation
const AntdSliderBarStyle({
super.inherit,
this.bodyStyle,
this.contentStyle,
this.titleStyle,
this.activeTitleStyle,
this.indicatorStyle,
this.activeIndicatorStyle,
this.activeCornerRadius,
});