QuillClipboardConfig constructor
const
QuillClipboardConfig({
- @experimental Future<
bool> onClipboardPaste()?, - @experimental Future<
bool> onUnprocessedPaste()?, - Future<
String?> onImagePaste(- Uint8List imageBytes
- @experimental Future<
String?> onGifPaste(- Uint8List imageBytes
- @experimental Future<
Delta?> onRichTextPaste()?, - @experimental Future<
String?> onPlainTextPaste(- String plainText
- @experimental bool? enableExternalRichPaste,
Implementation
const QuillClipboardConfig({
@experimental this.onClipboardPaste,
@experimental this.onUnprocessedPaste,
this.onImagePaste,
@experimental this.onGifPaste,
@experimental this.onRichTextPaste,
@experimental this.onPlainTextPaste,
@experimental this.enableExternalRichPaste,
});