onCodeCopy property
Called with the code after a code block's copy button is used.
Implementation
final void Function(String code)? onCodeCopy;
Called with the code after a code block's copy button is used.
final void Function(String code)? onCodeCopy;