cols function

Attribute<ColsAttr> cols(
  1. String value
)

Implementation

Attribute<ColsAttr> cols(String value) {
  return Attribute('cols', value);
}