borderBlockEndColor property

String borderBlockEndColor

Implementation

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

Implementation

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