enableExternalRichPaste property

  1. @experimental
bool? enableExternalRichPaste
final

Determines if rich text pasting from external sources (system clipboard) is enabled.

When enabled, rich text content from other apps can be pasted into the editor, using platform APIs to access the system clipboard.

Will convert the HTML (from the system clipboard) to Delta and then paste it, use onDeltaPaste to customize the Delta before pasting it.

Defaults to true.

See also: https://pub.flutter-io.cn/packages/flutter_quill#-rich-text-paste

Implementation

@experimental
final bool? enableExternalRichPaste;