of static method
Implementation
static of(BuildContext context) {
_ReactionInheritedProvider? p = context.dependOnInheritedWidgetOfExactType(
aspect: _ReactionInheritedProvider);
return p!.data;
}
static of(BuildContext context) {
_ReactionInheritedProvider? p = context.dependOnInheritedWidgetOfExactType(
aspect: _ReactionInheritedProvider);
return p!.data;
}