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