menu
artisanal package
documentation
tui.dart
TextAreaModel
cursorLine method
cursorLine method
dark_mode
light_mode
cursorLine
method
int
cursorLine
(
)
Returns the current cursor line (0-indexed).
Implementation
int cursorLine() => _row;
artisanal package
documentation
tui
TextAreaModel
cursorLine method
TextAreaModel class