AnimatedSliverList constructor
- {Key key,
- AnimatedSliverChildBuilderDelegate delegate,
- AnimatedListController controller,
- AnimatedListAnimationBuilder animationBuilder: DefaultAnimatedListAnimationBuilder.instance,
- AnimatedListAnimationSettings animatedListAnimationSettings: const AnimatedListAnimationSettings(),
- bool updateScrollableWhenResizing: true,
- 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);