nextLine method

  1. @override
void nextLine()
override

Implementation

@override
void nextLine() {
  _buffer.index();
  _buffer.setCursorX(0);
}