QueryTerminalWindowSizeEvent constructor

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

Constructs a new instance of QueryTerminalWindowSizeEvent.

Implementation

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