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

description

String getborderAfterColor

Gets the value of "border-after-color"

Implementation

String get borderAfterColor => getPropertyValue('border-after-color');

setborderAfterColor (String value)

Sets the value of "border-after-color"

Implementation

set borderAfterColor(String value) {
  setProperty('border-after-color', value, '');
}