width method

Embed width(
  1. int w
)

Implementation

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