widgetKey property

GlobalKey<State<StatefulWidget>>? widgetKey
final

The key of the target widget to highlight.

If null, no widget is highlighted.

Implementation

final GlobalKey? widgetKey;