EmbedTextInput mixin

Mixin applications

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
performTextInputAction() bool
Informs the EmbedTextInput to perform the text input action.
setTextInputControl(EmbedTextInputControl inputControl) → void
switchLayout() → void
toString() String
A string representation of this object.
inherited
unsetTextInputControl(EmbedTextInputControl inputControl) → void
updateEditingValue(TextEditingValue value) → void
The EmbedTextInputControl that is currently attached to this call this method to update the editing state, instead of calling TextInput.updateEditingValue. Because the EmbedTextInput will not receive the update if we call the TextInput.updateEditingValue to update editing state.

Operators

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