borderBottomColor property

String borderBottomColor

Gets the value of "border-bottom-color"

Implementation

String get borderBottomColor => getPropertyValue('border-bottom-color');
void borderBottomColor= (String value)

Sets the value of "border-bottom-color"

Implementation

set borderBottomColor(String value) {
  setProperty('border-bottom-color', value, '');
}