borderBlock property

String get borderBlock

Implementation

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

Implementation

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