startWhen property

(Future<bool> Function(int instantiatedWidgetLength)?) startWhen
final

This future boolean function exposes the amount of instantiated widgets with tooltips, this future bool functions tells the overlay when to start automatically

Implementation

final Future<bool> Function(int instantiatedWidgetLength)? startWhen;