cursorLine property
int
get
cursorLine
The cursor line in the text field.
Implementation
int get cursorLine => _input.cursorLine;
The cursor line in the text field.
int get cursorLine => _input.cursorLine;