EmbedTextInputControl mixin

Mixin applications

Properties

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

Methods

attach() → void
detach() → void
hideSoftLayout() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onKeyEvent(KeyEvent event) bool
setCaretRectAndTransform(Rect rect, Matrix4 transform) → void
Informs the text input control about caret area changes.
setEditingState(TextEditingValue value) → void
showSoftLayout() → void
toString() String
A string representation of this object.
inherited
updateConfig(TextInputConfiguration configuration) → void
Informs the EmbedTextInputControl about input configuration changes.

Operators

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