Relative Content

Tag Archive for flutterdart

SliverFillRemaining too large when not the last sliver in CustomScrollView

I’m using a CustomScrollView which contains an element of fixed size and a SliverFillRemaining. If the fixed size element is smaller than the scroll view, I want the SliverFillRemaining element to take up exactly the left over space, so you cannot scroll the scroll view. This works fine if the SliverFillRemaining widget is the last sliver: