updateBodyHeight method

void updateBodyHeight(
  1. double height
)

Implementation

void updateBodyHeight(double height) {
  bodyHeight = height;
}