XFileTree constructor

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

Implementation

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