onCopy property

void Function(String code)? onCopy
final

Called with the code after it is copied to the clipboard.

Implementation

final void Function(String code)? onCopy;