rows method

Textarea rows(
  1. int r
)

Implementation

Textarea rows(int r) {
  attr('rows', StringAttribute('$r'));
  return this;
}