toSliverBox method

Widget toSliverBox({
  1. Key? key,
})

Extension method for SliverToBoxAdapter Widget

Implementation

Widget toSliverBox({Key? key}) => SliverToBoxAdapter(key: key, child: this);