KeyframeStep constructor

const KeyframeStep(
  1. Object offset,
  2. DartStyle style
)

Creates a keyframe step at offset.

Implementation

const KeyframeStep(this.offset, this.style);