In Flutter: How can you detect when a touching finger has *entered* the widgets bounds?

Viewed 227

It's quite a minimal question so I apologize but I haven't found any good tutorial on this.

In Flutter: How can you detect when a touching finger has entered the widgets bounds?

1 Answers

You can check this dependency to check whether the widget you are touching is in the bounds or not.

By using this View Port Condition you can configure the view selection.

isInViewPortCondition : your condition
Related