of static method

BeagleRootNode? of(
  1. BuildContext context
)

Implementation

static BeagleRootNode? of(BuildContext context) => context.dependOnInheritedWidgetOfExactType<BeagleRootNode>();