of static method

BeagleNode? of(
  1. BuildContext context
)

Implementation

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