VTSDepartmentTreeWidget<T extends AbsNodeType> constructor

const VTSDepartmentTreeWidget<T extends AbsNodeType>(
  1. TreeType<T> tree, {
  2. Key? key,
  3. required FunctionBuildLeadingWidget<T> buildLeadingWidget,
})

Implementation

const VTSDepartmentTreeWidget(
  this.tree, {
  super.key,
  required this.buildLeadingWidget,
});