setCursorItalic method

void setCursorItalic()
inherited

Implementation

void setCursorItalic() {
  _cursorStyle.setItalic();
}