terminalColumns property

  1. @override
int get 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 => stdout.terminalColumns;