TextFieldShortcut constructor
const
TextFieldShortcut({})
Creates a TextFieldShortcut.
Implementation
const TextFieldShortcut({
this.type,
this.key,
this.modifiers = const <ev.Modifier>{},
});
Creates a TextFieldShortcut.
const TextFieldShortcut({
this.type,
this.key,
this.modifiers = const <ev.Modifier>{},
});