cursorLine property
set
cursorLine
(int v)
Implementation
set cursorLine(int v) {
if (_cursorLine == v) return;
_cursorLine = v;
markNeedsPaint();
}
set cursorLine(int v) {
if (_cursorLine == v) return;
_cursorLine = v;
markNeedsPaint();
}