width method

Canvas width(
  1. int w
)

Implementation

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