Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 Updated
IgnorePointer
from AbsorbPointer
to send HitTest t…
…o targeted widget - Updated `IgnorePointer` from `AbsorbPointer` to send HitTest to targeted widget as `AbsorbPointer` cancel all type of user interaction and `IgnorePointer`only cancel it's closest child's interaction( in our case `GestureDetector` used on child) and passes it to below widget(in our case target widget)
- Loading branch information