onPlainTextPaste property

  1. @experimental
Future<String?> Function(String plainText)? onPlainTextPaste
final

Callback triggered when pasting plain text into the editor.

Return modified text to override the pasted content, or null to use the default.

Implementation

@experimental
final Future<String?> Function(String plainText)? onPlainTextPaste;