height method

Iframe height(
  1. int h
)

Implementation

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