asSliver method

Widget asSliver()

Wraps the widget in a SliverToBoxAdapter for use in a CustomScrollView.

Implementation

Widget asSliver() => SliverToBoxAdapter(child: this);