borderCollapse property

String borderCollapse

Implementation

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

Implementation

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