onPick property

dynamic Function(List<File?>)? onPick
final

onPick is the callback function to be called when a file or files are picked

Implementation

final Function(List<File?>)? onPick;