height function

Attribute<HeightAttr> height(
  1. String value
)

Implementation

Attribute<HeightAttr> height(String value) {
  return Attribute('height', value);
}