pasteActionTooltip property

  1. @override
String pasteActionTooltip
override

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

In en, this message translates to: 'Inserts the contents of the clipboard at the current location'

Implementation

@override
String get pasteActionTooltip =>
    'கிளிப்போர்டின் உள்ளடக்கங்களை தற்போதைய இடத்தில் செருகும்';