borderBlockEndWidth property

String get borderBlockEndWidth

Implementation

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

Implementation

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