disposeOnTap property

bool? disposeOnTap
final

Will dispose all showcases if tapped on target widget or tooltip

Note: onTargetClick is required if you're using disposeOnTap otherwise throws error

Implementation

final bool? disposeOnTap;