columnBreakInside property Null safety

String columnBreakInside

Gets the value of "column-break-inside"

Implementation

String get columnBreakInside => getPropertyValue('column-break-inside');
void columnBreakInside= (String value)

Sets the value of "column-break-inside"

Implementation

set columnBreakInside(String value) {
  setProperty('column-break-inside', value, '');
}