slivers library

This library provides SliverCard and SliverContainer, useful for giving box decorations to lazily built slivers.

Classes

RenderSliverContainer
A sliver container that gives its sliver a foreground or background consisting of boxes.
SliverCard
A sliver container that makes its child look like its inside of a Card.
SliverContainer
A sliver container that gives its sliver a foreground or background consisting of box widgets, this is useful if you want a sliver to look and feel like the child of a regular widget.