sliver_overfill_remaining 0.1.1 sliver_overfill_remaining: ^0.1.1 copied to clipboard
A sliver that always fills the remaining space in the viewport, plus some extra height.
A sliver that always fills the remaining space in the viewport, plus some extra height.
Similar to SliverFillRemaining but allows for extra height.
Convenient e.g if you have an expandable SliverAppBar, and you want the body below it to always be heigh enough to allow the SliverAppBar to collapse. (See the example how to calculate the extra height for this case).