sliverToBox method

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

Implementation

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