SelectProps<T> constructor
const
SelectProps<T> ({
- required List<
SelectData< options,T> > - bool multiple = false,
- bool searchable = false,
- void onSingleChanged(
- dynamic,
- T,
- SelectData<
T>
- void onMultipleChanged(
- List,
- List<
T> , - List<
SelectData< T> >
Implementation
const SelectProps({required this.options, this.multiple = false, this.searchable = false, this.onSingleChanged, this.onMultipleChanged});