onDeleted property Null safety

dynamic onDeleted
final

If supplied this will enable the category chips to be deleted (displaying a delete icon), and if they are, this function will be called.

Implementation

final ValueChanged<T>? onDeleted;