borderSpacing property Null safety

String borderSpacing

Gets the value of "border-spacing"

Implementation

String get borderSpacing => getPropertyValue('border-spacing');
void borderSpacing=(String value)

Sets the value of "border-spacing"

Implementation

set borderSpacing(String value) {
  setProperty('border-spacing', value, '');
}