TransformAnimationValue constructor

TransformAnimationValue(
  1. dynamic value, {
  2. Matrix4? frozenMatrix,
})

Implementation

TransformAnimationValue(this.value, {this.frozenMatrix});