copyLabel property

  1. @override
String get copyLabel
override

Label of CopyButton, which copies a code block or quote to the clipboard.

In en, this message translates to: 'Copy'

Implementation

@override
String get copyLabel => 'Kopieren';