ClearText class

Clear text automatically.

It will clear any text until the text input no longer contains any text, if you want to only clear a certain amount of characters you can set the characters variable.

This action can be invoked either using the short-hand version:

- clearText:

Or using the verbose version:

- clearText:
    characters: 10
Inheritance

Constructors

ClearText({int characters = 1 << 31})
Clear text automatically.

Properties

characters int
The amount of characters to clear.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textInputController → TextInputController
Holds a reference to the text input value.
final

Methods

description() String
A human readable description of the action.
override
execute(Tester tester) Future<bool>
Called when it executes the action in a flow file.
override
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