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

description

String getborderRight

Gets the value of "border-right"

Implementation

String get borderRight => getPropertyValue('border-right');

setborderRight (String value)

Sets the value of "border-right"

Implementation

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