onCodeCopy property

void Function(String code)? onCodeCopy
final

Called with the code after a code block's copy button is used.

Implementation

final void Function(String code)? onCodeCopy;