NiceShortcutInfo constructor
- required String label,
- required ShortcutActivator activator,
- String? description,
- String? category,
- bool enabled = true,
Implementation
const NiceShortcutInfo({
required this.label,
required this.activator,
this.description,
this.category,
this.enabled = true,
});