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