of static method
Implementation
static TreeView of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TreeView>()!;
}
static TreeView of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TreeView>()!;
}