key property
The GlobalKey of the widget to highlight.
May be null for steps that don't need to highlight a specific widget.
When null, set preferredPosition to control where the tooltip appears
(e.g. TooltipPosition.center for screen-center display).
Implementation
final GlobalKey? key;