borderSpacing property

String get borderSpacing

Gets the value of "border-spacing"

Implementation

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

Sets the value of "border-spacing"

Implementation

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