@override int get width { try { return stdout.terminalColumns; } on StdoutException { return LayoutConstants.defaultTerminalWidth; } }