RhombusSlider constructor
const
RhombusSlider({})
Implementation
const RhombusSlider({
Key? key,
required this.min,
required this.max,
required this.showLable,
required this.divisions,
required this.customThumb,
required this.activeTrackColor,
required this.inactiveTrackColor,
required this.onChanged,
}) : super(key: key);