WaitForAbsent constructor
- SerializableFinder finder, {
- Duration? timeout,
Creates a command that waits for the widget identified by finder to disappear within the timeout amount of time.
If timeout is not specified, the command defaults to no timeout.
Implementation
WaitForAbsent(super.finder, {super.timeout});