WindowSizeMsg constructor

const WindowSizeMsg(
  1. int width,
  2. int height
)

Creates a window size message.

Implementation

const WindowSizeMsg(this.width, this.height);