RenderSliverMultiBoxAdaptor constructor
Creates a sliver with multiple box children.
The childManager
argument must not be null.
Implementation
RenderSliverMultiBoxAdaptor({
@required RenderSliverBoxChildManager childManager
}) : assert(childManager != null),
_childManager = childManager;