showJoints method

void showJoints()

Makes all link's joint visible.

Implementation

void showJoints() {
  areJointsVisible = true;
  notifyListeners();
}