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