of<T> static method

TreeView<T>? of<T>(
  1. BuildContext context
)

Implementation

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