PopFromStashEnhancement constructor

PopFromStashEnhancement(
  1. {required Field field}
)

Initialise this enhancement with the hardset parameters.

Implementation

PopFromStashEnhancement({required super.field})
    : super(
        uniqueKey: key,
        label: 'Pop From Stash',
        description: 'Quickly pop the latest item in the Stash.',
        icon: Icons.bookmark_remove,
      );