width method

Img width(
  1. int w
)

Implementation

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