onChange property

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

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

Implementation

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