borderVerticalSpacing property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderVerticalSpacing
Gets the value of "border-vertical-spacing"
Implementation
String get borderVerticalSpacing =>
getPropertyValue('border-vertical-spacing');
setborderVerticalSpacing (String value)
Sets the value of "border-vertical-spacing"
Implementation
set borderVerticalSpacing(String value) {
setProperty('border-vertical-spacing', value, '');
}