from static method
Creates a file tree Component from the given list of items.
Implementation
static Component from({required List<FileTreeItem> items, Key? key}) {
return _FileTree(items: items, key: key);
}
Creates a file tree Component from the given list of items.
static Component from({required List<FileTreeItem> items, Key? key}) {
return _FileTree(items: items, key: key);
}