sizes method

Img sizes(
  1. String s
)

Implementation

Img sizes(String s) {
  attr('sizes', StringAttribute(s));
  return this;
}