borderBlockColor property

String borderBlockColor

Implementation

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

Implementation

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