ToolbarItemEventHandler typedef

ToolbarItemEventHandler = void Function(EditorState editorState, BuildContext context)

Implementation

typedef ToolbarItemEventHandler = void Function(
  EditorState editorState,
  BuildContext context,
);