setLine method
Implementation
void setLine(Line l) {
if (line == l) {
return;
}
line = l;
_containsCursor = null;
markNeedsLayout();
}
void setLine(Line l) {
if (line == l) {
return;
}
line = l;
_containsCursor = null;
markNeedsLayout();
}