borderTop property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderTop
Gets the value of "border-top"
Implementation
String get borderTop => getPropertyValue('border-top');
setborderTop (String value)
Sets the value of "border-top"
Implementation
set borderTop(String value) {
setProperty('border-top', value, '');
}