Deuque / overlay_tooltip

An overlay tooltip handler for onboarding
BSD 3-Clause "New" or "Revised" License
16 stars 26 forks source link

feat: dismissOnTap #13

Open Gorniv opened 1 year ago

Deuque commented 1 year ago

@Gorniv no need for this, in the latest version of this package, you can add a preferredOverlay widget to the OverlayTooltipScaffold. With this you can wrap with a GestureDetector and handle all events, see sample below.

s
Gorniv commented 1 year ago

@Deuque Yes, i can use preferredOverlay, but it often needed. So better have this by one parameter.