Gets the value of "border-top-color"
String get borderTopColor => getPropertyValue('border-top-color');
Sets the value of "border-top-color"
set borderTopColor(String value) { setProperty('border-top-color', value, ''); }