menu
artisanal package
documentation
tui.dart
TextInputModel
cursorEnd method
cursorEnd method
dark_mode
light_mode
cursorEnd
method
void
cursorEnd
(
)
Move cursor to end.
Implementation
void cursorEnd() { _moveToDocumentBoundary(forward: true); }
artisanal package
documentation
tui
TextInputModel
cursorEnd method
TextInputModel class