FilesystemListFilter typedef

FilesystemListFilter = bool Function(FileSystemEntity fsEntity, String path, String name)

The signature of the folder and file list widget filter.

Implementation

typedef FilesystemListFilter = bool Function(
    FileSystemEntity fsEntity, String path, String name);