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