borderBlockEndStyle property

String get borderBlockEndStyle

Implementation

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

Implementation

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