StyleKeyframes constructor

const StyleKeyframes(
  1. String name,
  2. List<KeyframeStep> steps
)

Creates keyframes from a name and steps.

Implementation

const StyleKeyframes(this.name, this.steps);