currentLineText property
Gets or sets the current line where the cursor is located.
Implementation
string get currentLineText => value.currentLineText;
Implementation
set currentLineText(String value) => setLineAt(currentLineIndex, value);
Gets or sets the current line where the cursor is located.
string get currentLineText => value.currentLineText;
set currentLineText(String value) => setLineAt(currentLineIndex, value);