ShortcutModel constructor
ShortcutModel(
- WidgetModel parent,
- String? id, {
- String? key,
- String? action,
Implementation
ShortcutModel(WidgetModel super.parent, super.id,
{String? key, String? action}) {
this.key = key;
this.action = action;
}