hideCursorSequence constant
String
const hideCursorSequence
Sequence to hide the terminal cursor.
Implementation
static const String hideCursorSequence = '\x1b[?25l';
Sequence to hide the terminal cursor.
static const String hideCursorSequence = '\x1b[?25l';