ValueOnDeleted typedef

ValueOnDeleted = void Function(int index)

The type of the callback used by the AutocompleteLabel widget to indicate that the user has deleted an entered label.

See also:

  • AutocompleteLabel.onDeleted, which is of this type.

Implementation

typedef ValueOnDeleted = void Function(int index);