WindowResizeEvent constructor
const
WindowResizeEvent(])
Constructs a new instance of WindowResizeEvent.
Implementation
const WindowResizeEvent(
this.heightChars,
this.widthChars, [
this.heightPixels = 0,
this.widthPixels = 0,
]);