AnimatedSliverList constructor

const AnimatedSliverList(
  1. {Key key,
  2. AnimatedSliverChildBuilderDelegate delegate,
  3. AnimatedListController controller,
  4. AnimatedListAnimationBuilder animationBuilder: DefaultAnimatedListAnimationBuilder.instance,
  5. AnimatedListAnimationSettings animatedListAnimationSettings: const AnimatedListAnimationSettings(),
  6. bool updateScrollableWhenResizing: true,
  7. bool coordinateAnimations: true}
)

Implementation

const AnimatedSliverList({
  Key key,
  this.delegate,
  this.controller,
  this.animationBuilder = DefaultAnimatedListAnimationBuilder.instance,
  this.animatedListAnimationSettings = const AnimatedListAnimationSettings(),
  this.updateScrollableWhenResizing = true,
  this.coordinateAnimations = true,
}) : super(key: key);