TolyTreeSelector<T> constructor
const
TolyTreeSelector<T> ({})
Implementation
const TolyTreeSelector({
super.key,
required this.nodes,
this.onSelectionChanged,
this.indent = 24.0,
this.expandIcon,
this.collapseIcon,
this.animationDuration = const Duration(milliseconds: 200),
});