Matrix4Tween constructor
Creates a Matrix4 tween.
The begin
and end
properties must be non-null before the tween is
first used, but the arguments can be null if the values are going to be
filled in later.
Implementation
Matrix4Tween({ Matrix4 begin, Matrix4 end }) : super(begin: begin, end: end);