Gets the value of "column-fill"
String get columnFill => getPropertyValue('column-fill');
Sets the value of "column-fill"
set columnFill(String value) { setProperty('column-fill', value, ''); }