width method

Video width(
  1. int w
)

Implementation

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