onApplyButtonPressed property
Called when the apply button of the DropdownFlutter is pressed. only applicable in multiple select dropdown.
Implementation
final Function(List<T>)? onApplyButtonPressed;
Called when the apply button of the DropdownFlutter is pressed. only applicable in multiple select dropdown.
final Function(List<T>)? onApplyButtonPressed;