TransitionState constructor
TransitionState({
- int position = 0,
- bool preview = false,
- TransitionType type = TransitionType.mix,
- TransitionStyle style = TransitionStyle.mix,
- int rate = 50,
- int nextTransition = 0,
Implementation
TransitionState({
this.position = 0,
this.preview = false,
this.type = TransitionType.mix,
this.style = TransitionStyle.mix,
this.rate = 50,
this.nextTransition = 0,
});