sliverBox method

Widget sliverBox()

Implementation

Widget sliverBox() {
  return SliverToBoxAdapter(child: this);
}