JointMotor constructor
const
JointMotor({})
Implementation
const JointMotor({
this.targetPosition = 0,
this.targetVelocity = 0,
this.stiffness = 0,
this.damping = 0,
this.maxForce = double.infinity,
this.model = JointMotorModel.acceleration,
});