cutActionTooltip property

  1. @override
String cutActionTooltip
override

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

In en, this message translates to: 'Remove the selected content and put it in the clipboard'

Implementation

@override
String get cutActionTooltip =>
    'সিলেক্টেড কন্টেন্ট এখান থেকে রিমুভ করে ক্লিপবোর্ড এ কপি করুন';