AntdSliderBarStyle constructor

const AntdSliderBarStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? contentStyle,
  4. AntdBoxStyle? titleStyle,
  5. AntdBoxStyle? activeTitleStyle,
  6. AntdBoxStyle? indicatorStyle,
  7. AntdBoxStyle? activeIndicatorStyle,
  8. Radius? activeCornerRadius,
})

Implementation

const AntdSliderBarStyle({
  super.inherit,
  this.bodyStyle,
  this.contentStyle,
  this.titleStyle,
  this.activeTitleStyle,
  this.indicatorStyle,
  this.activeIndicatorStyle,
  this.activeCornerRadius,
});