Skip to main content
The Stac SliverFillRemaining allows you to build a Flutter SliverFillRemaining widget using JSON. It fills the remaining space in a CustomScrollView after all preceding slivers have been laid out. This widget is commonly used for empty states, footers, or centered content. To learn more about the SliverFillRemaining widget in Flutter, refer to the official documentation.

Properties

Note SliverFillRemaining is typically placed at the end of a CustomScrollView to ensure it fills the remaining viewport space correctly.

Example