borderTopColor property Null safety

String borderTopColor

Gets the value of "border-top-color"

Implementation

String get borderTopColor => getPropertyValue('border-top-color');
void borderTopColor= (String value)

Sets the value of "border-top-color"

Implementation

set borderTopColor(String value) {
  setProperty('border-top-color', value, '');
}