wrap method

Textarea wrap(
  1. String w
)

Implementation

Textarea wrap(String w) {
  attr('wrap', StringAttribute(w));
  return this;
}