TreeFile constructor

const TreeFile({
  1. Key? key,
  2. required String rootPath,
})

Implementation

const TreeFile({super.key, required this.rootPath});