terminalHeight property
int
get
terminalHeight
Returns the current height (rows) of the terminal.
Implementation
static int get terminalHeight => stdout.terminalLines;
Returns the current height (rows) of the terminal.
static int get terminalHeight => stdout.terminalLines;