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