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

description

String getborderAfter

Gets the value of "border-after"

Implementation

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

setborderAfter (String value)

Sets the value of "border-after"

Implementation

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