FocusMsg constructor

const FocusMsg(
  1. bool focused
)

Creates a focus message.

Implementation

const FocusMsg(this.focused);