sliver method

Widget sliver()

Implementation

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