setTorque method
Set the torque applied to the body for the next time step.
Implementation
void setTorque(double torque) => _body.setTorque(torque);
Set the torque applied to the body for the next time step.
void setTorque(double torque) => _body.setTorque(torque);