const RawKeyEventDataFuchsia({int hidUsage: 0, int codePoint: 0, int modifiers: 0 })

Creates a key event data structure specific for Android.

The hidUsage and codePoint arguments must not be null.

Source

const RawKeyEventDataFuchsia({
  this.hidUsage: 0,
  this.codePoint: 0,
  this.modifiers: 0,
});