AnimatableMatrix4 constructor

AnimatableMatrix4(
  1. Matrix4 value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a Matrix4 through a Matrix4Tween.

Implementation

AnimatableMatrix4(super.value, {required super.host});