columnRuleWidth property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getcolumnRuleWidth
Gets the value of "column-rule-width"
Implementation
String get columnRuleWidth => getPropertyValue('column-rule-width');
setcolumnRuleWidth (String value)
Sets the value of "column-rule-width"
Implementation
set columnRuleWidth(String value) {
setProperty('column-rule-width', value, '');
}