Relative Content

Tag Archive for flutterflutter-sliversliverappbar

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.