MotionTransition<T>.reference constructor

const MotionTransition<T>.reference(
  1. MontageAnimation? reference, [
  2. bool isReversed = false
])

Implementation

const MotionTransition.reference(this.reference, [this.isReversed = false])
    : this.begin = null,
      this.end = null,
      this.interval = null;