borderBlockStartWidth property

String get borderBlockStartWidth

Implementation

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

Implementation

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