width method

Iframe width(
  1. int w
)

Implementation

Iframe width(int w) {
  attr('width', StringAttribute('$w'));
  return this;
}