EditorActionDispatcher constructor

const EditorActionDispatcher({
  1. required Map<EditorActionId, EditorActionSpec> actions,
  2. required EditorActionContext context,
})

Implementation

const EditorActionDispatcher({required this.actions, required this.context});