EditableTextInfo class

Used for TextField and EditableText

Inheritance

Constructors

EditableTextInfo()
const

Properties

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

Methods

extractTextEditingValue(EditableText widget) TextEditingValue
override
findWidget(WidgetTester tester, Finder finder) EditableText?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showKeyboard(WidgetTester tester, Finder finder) Future<void>
inherited
toString() String
A string representation of this object.
override

Operators

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