unsetCursorUnderline method

void unsetCursorUnderline()
inherited

Implementation

void unsetCursorUnderline() {
  _cursorStyle.unsetUnderline();
}