updateSize method

void updateSize(
  1. double width,
  2. double height
)

Implementation

void updateSize(double width, double height) {
  this.width = width;
  this.height = height;
}