setAngularVelocity method
Set the angular velocity of the body.
Implementation
void setAngularVelocity(double angularVelocity) => _body.setAngularVelocity(angularVelocity);
Set the angular velocity of the body.
void setAngularVelocity(double angularVelocity) => _body.setAngularVelocity(angularVelocity);