of static method
Implementation
static Map<Type, Action>? of(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<_ActionsScope>();
return scope?.actions;
}
static Map<Type, Action>? of(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<_ActionsScope>();
return scope?.actions;
}