lineLength top-level property

int lineLength
final

Implementation

final lineLength = stdout.hasTerminal ? stdout.terminalColumns : 80;