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