FileBrowserButton constructor

FileBrowserButton({
  1. required AffogatoAPI api,
  2. required AffogatoVFSEntity entry,
  3. required bool showIndentGuides,
  4. bool isRoot = false,
})

Implementation

FileBrowserButton({
  required this.api,
  required this.entry,
  required this.showIndentGuides,
  this.isRoot = false,
}) : super(key: ValueKey(entry.entityId));