asSliver method

Widget asSliver()

Returns a SliverToBoxAdapter containing this spacing. Useful for adding spacing in CustomScrollView with slivers.

Implementation

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