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