itemFilter property

FilesystemListFilter? itemFilter
final

Specifies a callback to filter the displayed files in the filesystem view (not set by default); the path to the file/directory and its name are passed to the callback, the callback should return a boolean value - to display the file/directory or not.

Implementation

final FilesystemListFilter? itemFilter;