AnimatableMatrix4 constructor
AnimatableMatrix4(
- Matrix4 value, {
- required AnimatableParameterHost host,
Creates an AnimatableParameter that animates changes to a Matrix4 through a Matrix4Tween.
Implementation
AnimatableMatrix4(super.value, {required super.host});