FocusEvent constructor

FocusEvent(
  1. String type, {
  2. EventTarget? relatedTarget,
})

Implementation

FocusEvent(super.type, {this.relatedTarget});