columnGap property

String get columnGap

Gets the value of "column-gap"

Implementation

String get columnGap => getPropertyValue('column-gap');
set columnGap (String? value)

Sets the value of "column-gap"

Implementation

set columnGap(String? value) {
  setProperty('column-gap', value, '');
}