Tap constructor Null safety
- SerializableFinder finder,
- {Duration? timeout}
Creates a tap command to tap on a widget located by finder.
Implementation
Tap(super.finder, { super.timeout });
Creates a tap command to tap on a widget located by finder.
Tap(super.finder, { super.timeout });