of static method

TreeView? of(
  1. BuildContext context
)

Implementation

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