Vector3Track constructor

Vector3Track({
  1. required String targetProperty,
  2. required List<Keyframe<Vector3>> keyframes,
})

Implementation

Vector3Track({required this.targetProperty, required this.keyframes});