showCursor method

  1. @override
void showCursor()
override

Show the terminal cursor.

Implementation

@override
void showCursor() => _cursorVisible = true;