RenderSliverList constructor
- required RenderSliverBoxChildManager childManager,
Creates a sliver that places multiple box children in a linear array along the main axis.
Implementation
RenderSliverList({
required super.childManager,
});
Creates a sliver that places multiple box children in a linear array along the main axis.
RenderSliverList({
required super.childManager,
});