WaitForTappable constructor

WaitForTappable(
  1. SerializableFinder finder,
  2. {Duration? timeout}
)

Creates a command that waits for the widget identified by finder to be tappable within the timeout amount of time.

If timeout is not specified, the command defaults to no timeout.

Implementation

WaitForTappable(super.finder, {super.timeout});