terminalLines property

  1. @override
int get terminalLines
override

The number of lines of the terminal.

If no terminal is attached to stdout, a StdoutException is thrown. See hasTerminal for more info.

Implementation

@override
int get terminalLines => stdout.terminalLines;