KeybindingWarning constructor
const
KeybindingWarning({
- required KeybindingWarningType type,
- required ReservedSeverity severity,
- required String message,
- String? key,
- String? context,
- String? action,
- String? suggestion,
Implementation
const KeybindingWarning({
required this.type,
required this.severity,
required this.message,
this.key,
this.context,
this.action,
this.suggestion,
});