onUnprocessedPaste property

  1. @experimental
Future<bool> Function()? onUnprocessedPaste
final

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

Return true if the paste operation was handled.

Implementation

@experimental
final Future<bool> Function()? onUnprocessedPaste;