sliverBox property

Widget get sliverBox

Wraps the widget in a SliverToBoxAdapter

Implementation

Widget get sliverBox => SliverToBoxAdapter(child: this);