borderBlockStartWidth property

String borderBlockStartWidth

Implementation

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

Implementation

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