border function

Attribute<BorderAttr> border(
  1. String value
)

Implementation

Attribute<BorderAttr> border(String value) {
  return Attribute('border', value);
}