MorphMotion constructor
Creates a custom profile from any two Motions.
Implementation
const MorphMotion({
required this.name,
required this.openMotion,
required this.closeMotion,
this.closeVelocityHint = 0,
});
Creates a custom profile from any two Motions.
const MorphMotion({
required this.name,
required this.openMotion,
required this.closeMotion,
this.closeVelocityHint = 0,
});