asSliver method
Wraps the widget in a SliverToBoxAdapter for use in a CustomScrollView.
Implementation
Widget asSliver() => SliverToBoxAdapter(child: this);
Wraps the widget in a SliverToBoxAdapter for use in a CustomScrollView.
Widget asSliver() => SliverToBoxAdapter(child: this);