Gets the value of "border-vertical-spacing"
Source
String get borderVerticalSpacing => getPropertyValue('border-vertical-spacing');
Sets the value of "border-vertical-spacing"
Source
set borderVerticalSpacing(String value) { setProperty('border-vertical-spacing', value, ''); }