onCopySelection property

Future<void> Function(String text)? onCopySelection
final

Override for copy behavior. When omitted the view writes to the clipboard directly.

Implementation

final Future<void> Function(String text)? onCopySelection;