Gets the value of "column-gap"
Source
String get columnGap => getPropertyValue('column-gap');
Sets the value of "column-gap"
Source
set columnGap(String value) {
setProperty('column-gap', value, '');
}
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, '');
}