colspan function

Attribute<ColspanAttr> colspan(
  1. String value
)

Implementation

Attribute<ColspanAttr> colspan(String value) {
  return Attribute('colspan', value);
}