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