AliPlayerCustomSelectorWidget<T> constructor
const
AliPlayerCustomSelectorWidget<T> ({})
Implementation
const AliPlayerCustomSelectorWidget({
super.key,
required this.text,
required this.startIcon,
required this.options,
required this.initialValue,
this.onChanged,
this.displayFormatter,
});