customscrollview

How to Disable the Blur Effect When Collapsing a `SliverAppBar` in a `CustomScrollView`

强颜欢笑 提交于 2020-01-11 13:07:48
问题 1. The Context I'm trying to make a ListView that has some empty space at the top so the user can bring top cards to the bottom of the screen, where she can easily access them with her thumb. As discussed in this other StackOverflow question, I couldn't make this happen with a regular ListView , so I switched to its parent, a CustomScrollView . However, after adding a top SliverAppBar , when I get close to collapsing it, the space blurs into darker shades of grey, as seen in the image below.