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