TSlider constructor
const
TSlider({})
Implementation
const TSlider({
super.key,
required this.value,
required this.onChanged,
this.activeColor,
this.inactiveColor,
this.thumbInnerColor,
this.thumbOuterColor,
});