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).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…