FocusEvent constructor

const FocusEvent({
  1. bool hasFocus = true,
})

Constructs a new instance of FocusEvent.

Implementation

const FocusEvent({this.hasFocus = true});