SaveTagsEnhancement constructor
Initialise this enhancement with the hardset parameters.
Implementation
SaveTagsEnhancement()
: super(
uniqueKey: key,
label: 'Save Tags',
description: 'Persist the current text in the Tags field.',
icon: Icons.save,
field: TagsField.instance,
);