terminalColumns property

  1. @override
int terminalColumns
override

The number of columns of the terminal.

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

Implementation

@override
int get terminalColumns => parent.terminalColumns;