contextMenuBuilder property
Builds the text selection toolbar when requested by the user.
See also:
- EditableText.contextMenuBuilder, which builds the default text selection toolbar for EditableText.
If not provided, no context menu will be shown.
Implementation
final QuillEditorContextMenuBuilder? contextMenuBuilder;