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