pasteTooltip property
Label used as tooltip for paste action.
Provide your own or use the default material localization label.
Defaults to: MaterialLocalizations.of(context).pasteButtonLabel. If CTRL-V pasting is also enabled, the string ' (CTRL-V)' is added on Linux and Windows platforms and on macOS ' (CMD-V)' is added.
Implementation
final String? pasteTooltip;