RenderSliverFixedExtentBoxAdaptor constructor

RenderSliverFixedExtentBoxAdaptor(
  1. {required RenderSliverBoxChildManager childManager}
)

Creates a sliver that contains multiple box children that have the same extent in the main axis.

Implementation

RenderSliverFixedExtentBoxAdaptor({
  required super.childManager,
});