setHeight method

void setHeight(
  1. int height
)

Sets the height.

Implementation

void setHeight(int height) {
  setSize(_width, height);
}