of<T> static method
- BuildContext context
Implementation
static TreeView<T>? of<T>(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType(aspect: TreeView);
static TreeView<T>? of<T>(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType(aspect: TreeView);