NiceCascadeSelect<T> constructor
- Key? key,
- required List<
NiceCascadeOption< options,T> > - List<
T> ? value, - ValueChanged<
List< ? onChanged,T> > - String? label,
- String placeholder = 'Select...',
Implementation
const NiceCascadeSelect({
super.key,
required this.options,
this.value,
this.onChanged,
this.label,
this.placeholder = 'Select...',
});