onSelect property

ValueChanged<List> onSelect
final

callback when user select item from the dropdown, in callback we get list of selected items index

Implementation

final ValueChanged<List<dynamic>> onSelect;