onClipboardPaste property

Future<bool> Function()? onClipboardPaste
final

Callback when the user pastes and data has not already been processed

Return true if the paste operation was handled

Implementation

final Future<bool> Function()? onClipboardPaste;