AnimatedRenderSliverList constructor

AnimatedRenderSliverList(
  1. {@required AnimatedSliverMultiBoxAdaptorElement childManager,
  2. AnimatedSliverList widget}
)

Creates a sliver that places multiple box children in a linear array along the main axis, taking in account of animations resulting from changes to the underlying list.

The childManager argument must not be null.

Implementation

AnimatedRenderSliverList({
  @required AnimatedSliverMultiBoxAdaptorElement childManager,
  AnimatedSliverList widget,
}) : super(childManager: childManager);