A Sliver is a portion of a scrollable area that animate on scroll events, like stick to the top or expand when pulled to the bottom. You can use slivers to achieve custom scrolling effects. Flutter has a few Sliver implementations out of the box, such as SliverList, SliverGrid and SliverAppBar.
A Sliver is a portion of a scrollable area that animate on scroll events, like stick to the top or expand when pulled to the bottom.
Flutter has a few Sliver implementations out of the box, such as:
Check this page on the docs for general Sliver information in flutter.