KeyboardFlags constructor
const
KeyboardFlags({})
Creates keyboard flags.
Implementation
const KeyboardFlags({
this.disambiguateEscapeCodes = false,
this.reportEventTypes = false,
this.reportAlternateKeys = false,
this.reportAllKeysAsEscapeCodes = false,
this.reportAssociatedText = false,
});