TextFieldProcessor class abstract

Constructors

TextFieldProcessor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

addContent(String receivedText, TextEditingController textEditingController) → dynamic
Adds content to a widget via the TextEditingController.
deleteSelection(TextEditingController textEditingController) → void
Deletes the text contents within a selection given a TextEditingController.
selectLastLines(TextEditingController textEditingController, {int offset = 1}) → void
Attempts to select the last N lines starting from the current caret position.
selectLastWords(TextEditingController textEditingController, {int offset = 1}) → void
Attempts to select the last N words counting from the caret position.