OpenStashEnhancement constructor

OpenStashEnhancement(
  1. {required Field field}
)

Initialise this enhancement with the hardset parameters.

Implementation

OpenStashEnhancement({required super.field})
    : super(
        uniqueKey: key,
        label: 'Open Stash',
        description: 'View and manage previously stashed text.',
        icon: Icons.collections_bookmark,
      );