onCopy property

(void Function(String)?) onCopy
final

Callback for when the user taps on the "Copy" action.

If null, the "Copy" action will not be available.

Implementation

final void Function(String)? onCopy;