AnimationInfo constructor
AnimationInfo({
- required AnimationTrigger trigger,
- required List<
Effect> effects, - bool loop = false,
- bool reverse = false,
- bool applyInitialState = true,
Implementation
AnimationInfo({
required this.trigger,
required this.effects,
this.loop = false,
this.reverse = false,
this.applyInitialState = true,
});