flutter/examples/api/test/material/tooltip
LongCatIsLooong 1b800fd496
Remove Tooltip mouse tracker listener & update hovering/MouseRegion logic & animation (#119199)
Fixes https://github.com/flutter/flutter/issues/117627

### Behavior changes:
1. If fade in/fade out animation is already in progress, hiding/showing the tooltip will immediately take effect without waiting for `waitDuration`.
2. A PointerDownEvent that doesn't become a part of a "trigger" gesture dismisses the tooltip, even for hovered ones.
3. The OverlayEntry is now updated only when the previous tooltip was completely dismissed. This can be fixed by OverlayPortal but I'm not sure what the correct behavior is.
2023-05-25 07:24:45 +00:00
..
tooltip.0_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
tooltip.1_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
tooltip.2_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
tooltip.3_test.dart Remove Tooltip mouse tracker listener & update hovering/MouseRegion logic & animation (#119199) 2023-05-25 07:24:45 +00:00