NiceTreeSelectNode<T> constructor
- required T value,
- required String label,
- List<
NiceTreeSelectNode< children = const [],T> > - IconData? icon,
Implementation
const NiceTreeSelectNode({
required this.value,
required this.label,
this.children = const [],
this.icon,
});