CopyToClipboardAction constructor

CopyToClipboardAction()

Initialise this enhancement with the hardset parameters.

Implementation

CopyToClipboardAction()
    : super(
        uniqueKey: key,
        label: 'Copy To Clipboard',
        description:
            'Copy the headword of a dictionary entry to the clipboard.',
        icon: Icons.copy,
      );