AnimatedRenderSliverList constructor

AnimatedRenderSliverList(
  1. AnimatedSliverList widget,
  2. AnimatedSliverMultiBoxAdaptorElement childManager
)

Implementation

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