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