StillKeyframe<T> constructor

const StillKeyframe<T>(
  1. Duration duration, [
  2. T? value
])

Implementation

const StillKeyframe(this.duration, [this.value]);