columnBreakBefore property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getcolumnBreakBefore
Gets the value of "column-break-before"
Implementation
String get columnBreakBefore => getPropertyValue('column-break-before');
setcolumnBreakBefore (String value)
Sets the value of "column-break-before"
Implementation
set columnBreakBefore(String value) {
setProperty('column-break-before', value, '');
}