onComplete property

(Future<bool> Function()?) onComplete
final

Called when the tap target is tapped. Whenever the Future this function returns finishes with true, the feature discovery will continue and the next step will try to open after a closing animation. If it completes with false, nothing happens.

Implementation

final Future<bool> Function()? onComplete;