existsTimeout property

Duration existsTimeout
final

Time after which PatrolFinder.waitUntilExists fails if it doesn't find an existing widget.

If a widget exists, it doesn't mean that it is visible.

On the other hand, if a widget is visible, then it always exists.

Implementation

final Duration existsTimeout;