cursorRight method
void
cursorRight()
Moves the cursor one position to the right.
Implementation
void cursorRight() => stdout.write(ansiCursorRight);
Moves the cursor one position to the right.
void cursorRight() => stdout.write(ansiCursorRight);