copyActionTooltip property

  1. @override
String copyActionTooltip
override

The tooltip for the copy action on the text selection controls.

In en, this message translates to: 'Copy the selected content to the clipboard'

Implementation

@override
String get copyActionTooltip =>
    'Ausgewählten Inhalt in die Zwischenablage kopieren';