onCopy property

void Function(String text)? onCopy
final

Callback, called when a copy action of this ChatItem is triggered.

Implementation

final void Function(String text)? onCopy;