onPlainTextPaste property
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;