border property

String get border

Specifies the properties of a border drawn around an object. @deprecated

MDN Reference

Implementation

_i2.String get border => _i4.getProperty(
      this,
      'border',
    );
set border (String value)

Implementation

set border(_i2.String value) {
  _i4.setProperty(
    this,
    'border',
    value,
  );
}