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