-
Notifications
You must be signed in to change notification settings - Fork 524
Open
Labels
enhancementNew feature or requestNew feature or requestp: visibility_detectorRelated to package:visibility_detectorRelated to package:visibility_detector
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.
arcanine33 and 1HeNryChEn1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestp: visibility_detectorRelated to package:visibility_detectorRelated to package:visibility_detector