borderBlockStartStyle property

String borderBlockStartStyle

Implementation

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

Implementation

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