height method

Img height(
  1. int h
)

Implementation

Img height(int h) {
  attr('height', StringAttribute('$h'));
  return this;
}