menu
gpt_markdown package
documentation
custom_widgets/code_field.dart
CodeField
onCopy property
onCopy property
dark_mode
light_mode
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;
gpt_markdown package
documentation
custom_widgets/code_field
CodeField
onCopy property
CodeField class