height property

  1. @override
int get height
override

The terminal height in rows.

Implementation

@override
int get height => _control.height;