currentLineText property

string get currentLineText

Gets or sets the current line where the cursor is located.

Implementation

string get currentLineText => value.currentLineText;
set currentLineText (String value)

Implementation

set currentLineText(String value) => setLineAt(currentLineIndex, value);