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