EditorActionDispatcher constructor
const
EditorActionDispatcher({
- required Map<
EditorActionId, EditorActionSpec> actions, - required EditorActionContext context,
Implementation
const EditorActionDispatcher({required this.actions, required this.context});