Matrix4Tween({Matrix4 begin, Matrix4 end })

Creates a Matrix4 tween.

The begin and end arguments must not be null.

Source

Matrix4Tween({ Matrix4 begin, Matrix4 end }) : super(begin: begin, end: end);