AntdSliderBarItem constructor

const AntdSliderBarItem({
  1. required String value,
  2. Widget? content,
  3. Widget? title,
  4. bool disabled = false,
})

Implementation

const AntdSliderBarItem({
  required this.value,
  this.content,
  this.title,
  this.disabled = false,
});