AnimationPart constructor
AnimationPart({})
Implementation
AnimationPart({
required this.moment,
this.curve = Curves.linear,
double x = 1.0,
double y = 1.0,
double z = 1.0,
}) : xyz = Vector3(x, y, z);
AnimationPart({
required this.moment,
this.curve = Curves.linear,
double x = 1.0,
double y = 1.0,
double z = 1.0,
}) : xyz = Vector3(x, y, z);