width function

Attribute<WidthAttr> width(
  1. String value
)

Implementation

Attribute<WidthAttr> width(String value) {
  return Attribute('width', value);
}