of static method
- BuildContext context
Implementation
static NeuronRouteState? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<NeuronRouteScope>()
?.state;
}
static NeuronRouteState? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<NeuronRouteScope>()
?.state;
}