FileBrowserButton constructor
FileBrowserButton({
- required AffogatoAPI api,
- required AffogatoVFSEntity entry,
- required bool showIndentGuides,
- bool isRoot = false,
Implementation
FileBrowserButton({
required this.api,
required this.entry,
required this.showIndentGuides,
this.isRoot = false,
}) : super(key: ValueKey(entry.entityId));