columnBreakBefore property
Gets the value of "column-break-before"
Implementation
String get columnBreakBefore => getPropertyValue('column-break-before');
Sets the value of "column-break-before"
Implementation
set columnBreakBefore(String value) {
setProperty('column-break-before', value, '');
}