Open
Description
Problem description
This is an issue with all versions of the visibility_detector
package. I have a Stack
with 3 layers; ListView
, FloatingTabBar
, and FloatingAppBar
. Each item in the ListView
is wrapped in a VisibilityDetector
that checks for visibleFraction == 1
. This works but it says visibleFraction == 1
even when the other Stack
items partially cover the widget.
Expected behavior
There should be an option for the visibleFraction
to factor in widgets covering it.
Actual behavior
Widgets will still show visibleFraction == 1
even if they are covered by other widgets.