onConfirm property

dynamic Function(List<MultiSelectItem>) onConfirm
final

Callback triggered when the user presses the confirm button.

Provides the list of selected MultiSelectItems.

Implementation

final Function(List<MultiSelectItem>) onConfirm;