Keyframe constructor

Keyframe(
  1. String property,
  2. String value,
  3. double offset, [
  4. String? easing,
])

Implementation

Keyframe(this.property, this.value, this.offset, [this.easing]);