borderBlock property

String borderBlock

Implementation

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

Implementation

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