onChange property

void Function(List<ZdsFileWrapper> items)? onChange
final

A function called whenever the selected items change, i.e. an item gets removed or added.

Implementation

final void Function(List<ZdsFileWrapper> items)? onChange;