RenderSliverFixedExtentBoxAdaptor constructor
Creates a sliver that contains multiple box children that have the same extent in the main axis.
The childManager
argument must not be null.
Implementation
RenderSliverFixedExtentBoxAdaptor({
@required RenderSliverBoxChildManager childManager,
}) : super(childManager: childManager);