sliverBoxWithKey method

Widget sliverBoxWithKey(
  1. Key key
)

Implementation

Widget sliverBoxWithKey(Key key) => SliverToBoxAdapter(key: key, child: this);