contextMenuBuilder property

MongolEditableTextContextMenuBuilder? contextMenuBuilder
final

Builds the text selection toolbar when requested by the user.

primaryAnchor is the desired anchor position for the context menu, while secondaryAnchor is the fallback location if the menu doesn't fit.

buttonItems represents the buttons that would be built by default for this widget.

If not provided, no context menu will be shown.

Implementation

final MongolEditableTextContextMenuBuilder? contextMenuBuilder;