borderHorizontalSpacing property Null safety

String borderHorizontalSpacing

Gets the value of "border-horizontal-spacing"

Implementation

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

Sets the value of "border-horizontal-spacing"

Implementation

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