sizes method

Source sizes(
  1. String s
)

Implementation

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