CreamyTextFieldExtensions extension

Extension methods on TextEditingController for additional information about the editing text.

on

Properties

afterSelectedText String
The text after the current text selection
no setter
atColumn int
The column at which the end cursor is at.
no setter
atLine int
The line at which end cursor lies
no setter
baseColumn int
The column index at which the selection (base) begins.
no setter
beforeSelectedText String
The text before the current text selection
no setter
extentColumn int
The column index where the selection extent ends. Same as atColumn.
no setter
selectedText String
The text currently under selection
no setter
textDescriptionMap Map<String, dynamic>
no setter
totalLineCount int
Total number of lines in the text
no setter