border property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getborder

Gets the value of "border"

Implementation

String get border => getPropertyValue('border');

setborder (String value)

Sets the value of "border"

Implementation

set border(String value) {
  setProperty('border', value, '');
}