ITreeNode<T> constructor

ITreeNode<T>(
  1. ValueNotifier<T?> listenableData
)

Constructor for ITreeNode that allows a data of type T to be wrapped in a ListenableNode

Implementation

ITreeNode(this.listenableData);