NiceFileManager constructor
- Key? key,
- required List<
NiceFileItem> items, - void onItemTap(
- NiceFileItem item
- void onItemDoubleTap(
- NiceFileItem item
- NiceFileViewMode viewMode = NiceFileViewMode.list,
- bool showBreadcrumb = true,
- String currentPath = '/',
- ValueChanged<
String> ? onPathChanged,
Implementation
const NiceFileManager({
super.key,
required this.items,
this.onItemTap,
this.onItemDoubleTap,
this.viewMode = NiceFileViewMode.list,
this.showBreadcrumb = true,
this.currentPath = '/',
this.onPathChanged,
});