Creates a sliver that contains a single box widget.
const SliverToBoxAdapter({ Key key, Widget child, }) : super(key: key, child: child);