TestTerminal constructor

TestTerminal({
  1. int width = 80,
  2. int height = 24,
})

Creates a test terminal with the specified dimensions.

Implementation

TestTerminal({this.width = 80, this.height = 24});