contextMenuBuilder property

(Widget Function(BuildContext, EditableTextState)?) contextMenuBuilder
final

Configuration of toolbar options.

Paste and cut will be disabled regardless.

If not set, select all and copy will be enabled by default.

Implementation

final Widget Function(BuildContext, EditableTextState)? contextMenuBuilder;