FocusEvent constructor
const
FocusEvent({
- bool hasFocus = true,
Constructs a new instance of FocusEvent.
Implementation
const FocusEvent({this.hasFocus = true});
Constructs a new instance of FocusEvent.
const FocusEvent({this.hasFocus = true});