Tap constructor

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

Creates a tap command to tap on a widget located by finder.

Implementation

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