size method

Input size(
  1. int s
)

Implementation

Input size(int s) {
  attr('size', StringAttribute('$s'));
  return this;
}