setHeight method

void setHeight(
  1. int height
)

Implementation

void setHeight(int height) {
  _height = '$height';
  // return this;
}