TransitionState constructor

TransitionState({
  1. int position = 0,
  2. bool preview = false,
  3. TransitionType type = TransitionType.mix,
  4. TransitionStyle style = TransitionStyle.mix,
  5. int rate = 50,
  6. 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,
});