defaultTimeout property

Duration defaultTimeout
final

The default amount of time to wait for a widget being tested to become available on the widget tree. Exceeding this timeout will result in an error that will fail the associated test step.

Implementation

final Duration defaultTimeout;