InstantExportAction constructor

InstantExportAction()

Initialise this enhancement with the hardset parameters.

Implementation

InstantExportAction()
    : super(
        uniqueKey: key,
        label: 'Instant Export',
        description:
            'Export a card with the selected dictionary entry parameters.',
        icon: Icons.send,
        showInSingleDictionary: true,
      );