terminalColumns property
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;
The number of columns of the terminal.
If no terminal is attached to stdout, a StdoutException is thrown. See hasTerminal for more info.
@override
int get terminalColumns => stdout.terminalColumns;