ITreeNode<T> constructor
ITreeNode<T> (
- ValueNotifier<
T?> listenableData
Constructor for ITreeNode that allows a data of type T
to be wrapped in a ListenableNode
Implementation
ITreeNode(this.listenableData);