RawKeyEventDataWindows constructor
- @Deprecated('Platform specific key event data is no longer available. See KeyEvent for what is available. ' 'This feature was deprecated after v3.18.0-2.0.pre.')
Creates a key event data structure specific for Windows.
Implementation
@Deprecated(
  'Platform specific key event data is no longer available. See KeyEvent for what is available. '
  'This feature was deprecated after v3.18.0-2.0.pre.',
)
const RawKeyEventDataWindows({
  this.keyCode = 0,
  this.scanCode = 0,
  this.characterCodePoint = 0,
  this.modifiers = 0,
});