Creates a sliver that places sliver children in a linear array along the main axis.
const SliverMainAxisGroup({ super.key, required List<Widget> slivers, }) : super(children: slivers);