AnimationChannelSpec constructor
AnimationChannelSpec({
- required LocalId target,
- String? targetName,
- required AnimationProperty property,
- required LocalId timeline,
- required LocalId keyframes,
Creates a channel driving property of target.
Implementation
AnimationChannelSpec({
required this.target,
this.targetName,
required this.property,
required this.timeline,
required this.keyframes,
});