Gets the value of "border-top-color"
Source
String get borderTopColor => getPropertyValue('border-top-color');
Sets the value of "border-top-color"
Source
set borderTopColor(String value) {
setProperty('border-top-color', value, '');
}
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, '');
}