targetKey property

GlobalKey<State<StatefulWidget>> targetKey
final

The GlobalKey attached to the widget to highlight.

This key must be unique across all steps and attached to a visible widget in the widget tree.

Implementation

final GlobalKey targetKey;