SliverMainAxisGroup constructor
Creates a sliver that places sliver children in a linear array along the main axis.
Implementation
const SliverMainAxisGroup({super.key, required List<Widget> slivers}) : super(children: slivers);
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);