sliver method

Widget sliver()

将控件Sliver化 >>>

Implementation

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