Need help creating a specific sliver scroll behavior
I am trying to implement this scroll behavior:
Flutter SliverAppBar clip flexibleSpace widget on scroll
I am making an app that pushes a flexibleSpace
widget in a SliverAppBar
when the user starts scrolling but I’m running into some issues. The flexibleSpace
overflows into the list due to using the OverflowBox
widget, which helps to archive the effect I want.