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