tapTarget property

Widget tapTarget
final

This is usually an Icon. The final tap target will already have a tap listener to finish each step.

If you want to hit the tap target in integration tests, you should pass a Key to this Widget instead of as the Key of DescribedFeatureOverlay.

Implementation

final Widget tapTarget;