QuickAction constructor
Initialise this action with the predetermined and hardset values.
Implementation
QuickAction({
required this.uniqueKey,
required this.label,
required this.description,
required this.icon,
this.showInSingleDictionary = false,
});