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
NoteSliverFillRemainingis typically placed at the end of aCustomScrollViewto ensure it fills the remaining viewport space correctly.
Example
- Dart
- JSON
- Preview