currentLineText property
Gets or sets the current line where the cursor is located.
Implementation
String get currentLineText => lineAt(currentLineIndex);
Gets or sets the current line where the cursor is located.
String get currentLineText => lineAt(currentLineIndex);