showCursorSequence constant
String
const showCursorSequence
Sequence to show the terminal cursor.
Implementation
static const String showCursorSequence = '\x1b[?25h';
Sequence to show the terminal cursor.
static const String showCursorSequence = '\x1b[?25h';