Component - Slivers (SliverList, SliverGrid, SliverAppBar)
This UI component uses Flutter slivers to create a scrollable area with flexible parts. SliverAppBar is a header that can expand or collapse. SliverList shows a vertical list of items. SliverGrid shows items in a grid layout. Together, they build smooth, custom scroll effects.