toSliverWidget property
Widget
get
toSliverWidget
Implementation
Widget get toSliverWidget => SliverToBoxAdapter(
child: this,
);
Widget get toSliverWidget => SliverToBoxAdapter(
child: this,
);