shape function

Attribute<ShapeAttr> shape(
  1. String value
)

Implementation

Attribute<ShapeAttr> shape(String value) {
  return Attribute('shape', value);
}