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