borderBlockEnd property

String get borderBlockEnd

Implementation

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

Implementation

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