onSelect property
callback when user select item from the dropdown, in callback we get list of selected items index
Implementation
final ValueChanged<List<dynamic>> onSelect;
callback when user select item from the dropdown, in callback we get list of selected items index
final ValueChanged<List<dynamic>> onSelect;