onboardingKey property

GlobalKey<State<StatefulWidget>> onboardingKey
final

The GlobalKey that will be assigned to the child widget.

This key is used to locate and highlight the widget during onboarding.

Implementation

final GlobalKey onboardingKey;