onApplyButtonPressed property

dynamic Function(List<T>)? onApplyButtonPressed
final

Called when the apply button of the DropdownFlutter is pressed. only applicable in multiple select dropdown.

Implementation

final Function(List<T>)? onApplyButtonPressed;