postFoundWidget property

Duration postFoundWidget
final

The amount of time to wait aftr discovering a widget being tested. This allows the widget to perform any post-processing that it may do once it is attached to the tree. In general, this should be a small value and the SleepStep should be used when specific widgets need large amounts of time after being added to the tree.

Implementation

final Duration postFoundWidget;