toGuideKey property

GlobalKey<State<StatefulWidget>>? toGuideKey
getter/setter pair

The key of the widget to be highlighted for guidance, used to calculate position (or you can use a fixed Rect to define the position)

Implementation

GlobalKey? toGuideKey;