FolderView<T> constructor
const
FolderView<T> ({})
Implementation
const FolderView({
super.key,
required this.data,
required this.mode,
this.onNodeTap,
this.onDoubleNodeTap,
this.onSecondaryNodeTap,
this.selectedNodeIds,
this.theme,
});