I have a view that consists of a Scaffold
and a single ListView
in its body, each children of the list is a different widget that represents various "sections" of the view (sections range from simple TextViews to arrangements of Column
s and Row
s), I want to show a FloatingActionButon
only when the user scrolls over certain Widgets
(which aren't initially visible due to being far down the list).