border property

String border

Sets or retrieves the width of the border to draw around the object. @deprecated

MDN Reference

Implementation

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

Implementation

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