borderBlockWidth property

String borderBlockWidth

Implementation

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

Implementation

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