onTapTarget property

void Function(HintTooltipContext ctx, TapDownDetails details)? onTapTarget
final

Tap on a spotlighted target: replaces the default tapOnTarget behavior. Receives the step context (actions + position in the tour) and the tap details (position — for analytics / micro-interactions).

Implementation

final void Function(HintTooltipContext ctx, TapDownDetails details)?
    onTapTarget;