borderBlockEndStyle property

String borderBlockEndStyle

Implementation

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

Implementation

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