borderHorizontalSpacing property
Gets the value of "border-horizontal-spacing"
Implementation
String get borderHorizontalSpacing =>
getPropertyValue('border-horizontal-spacing');
Sets the value of "border-horizontal-spacing"
Implementation
set borderHorizontalSpacing(String value) {
setProperty('border-horizontal-spacing', value, '');
}