OptionalAnimatableMatrix4 constructor

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

Creates a version of AnimatableMatrix4 for optional parameters.

Implementation

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