borderSpacing property

String borderSpacing

Implementation

_i2.String get borderSpacing => _i4.getProperty(
      this,
      'borderSpacing',
    );
void borderSpacing=(String value)

Implementation

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