onDisplay property

VoidCallback? onDisplay
final

Callback fired when this step is displayed. Useful for feature discovery - mark steps as "seen" by the user.

Implementation

final VoidCallback? onDisplay;