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

description

String getborderTopColor

Gets the value of "border-top-color"

Implementation

String get borderTopColor => getPropertyValue('border-top-color');

setborderTopColor (String value)

Sets the value of "border-top-color"

Implementation

set borderTopColor(String value) {
  setProperty('border-top-color', value, '');
}