AnimationStagger constructor
- Duration increment = const Duration(milliseconds: 100)
Creates an AnimationStagger with an optional increment
.
The increment
is the duration added between each staggered animation.
If not provided, the increment defaults to 100 milliseconds.
Implementation
AnimationStagger([this.increment = const Duration(milliseconds: 100)]);