cursorLeft method

  1. @override
void cursorLeft([
  1. int cols = 1
])
override

Moves the cursor left by cols columns.

Implementation

@override
void cursorLeft([int cols = 1]) => _output.cursorLeft(cols);