Effect<T> constructor

const Effect<T>({
  1. Duration? delay,
  2. Duration? duration,
  3. Curve? curve,
  4. T? begin,
  5. T? end,
})

Implementation

const Effect({this.delay, this.duration, this.curve, this.begin, this.end});