TransformCallback typedef
Signature for the callback to MatrixTransition.onTransform.
Computes a Matrix4 to be used in the MatrixTransition transformed widget from the MatrixTransition.animation value.
Implementation
typedef TransformCallback = Matrix4 Function(double animationValue);