borderBlockEndWidth property

String borderBlockEndWidth

Implementation

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

Implementation

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