StyleKeyframes constructor
const
StyleKeyframes(
- String name,
- List<
KeyframeStep> steps
Creates keyframes from a name and steps.
Implementation
const StyleKeyframes(this.name, this.steps);