ansiEsc constant
String
const ansiEsc
The ANSI escape sequence introducer. Signals the terminal that a control sequence follows.
Implementation
static const ansiEsc = '\x1B[';
The ANSI escape sequence introducer. Signals the terminal that a control sequence follows.
static const ansiEsc = '\x1B[';