setAngularVelocity method

void setAngularVelocity(
  1. double angularVelocity
)

Set the angular velocity of the body.

Implementation

void setAngularVelocity(double angularVelocity) => _body.setAngularVelocity(angularVelocity);