cols method

Textarea cols(
  1. int c
)

Implementation

Textarea cols(int c) {
  attr('cols', StringAttribute('$c'));
  return this;
}