MobileToolbarItemActionHandler typedef

MobileToolbarItemActionHandler = void Function(BuildContext context, EditorState editorState)

Implementation

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