CardCreatorAction constructor

CardCreatorAction()

Initialise this enhancement with the hardset parameters.

Implementation

CardCreatorAction()
    : super(
        uniqueKey: key,
        label: 'Card Creator',
        description:
            'Create a card with the selected dictionary entry parameters and'
            ' edit before export.',
        icon: Icons.note_add,
        showInSingleDictionary: true,
      );