columnGap property

String get columnGap

Implementation

_i2.String get columnGap => _i4.getProperty(
      this,
      'columnGap',
    );
set columnGap (String value)

Implementation

set columnGap(_i2.String value) {
  _i4.setProperty(
    this,
    'columnGap',
    value,
  );
}