onChanged property

  1. @override
ValueChanged<List<T>>? onChanged
final

Callback fired when the chip list changes.

Called with the new list of chips when user interactions modify the selection. If both controller and onChanged are provided, both will receive updates.

Implementation

@override
final ValueChanged<List<T>>? onChanged;