hideJoints method

void hideJoints()

Hides all link's joint.

Implementation

void hideJoints() {
  areJointsVisible = false;
  notifyListeners();
}