CustomControlSlider constructor
const
CustomControlSlider({})
Implementation
const CustomControlSlider({
super.key,
required this.text,
required this.startIconName,
required this.initialValue,
this.endIconName,
this.onChanged,
this.isInteractive = true, // 默认为可交互
});