borderBlockStyle property

String borderBlockStyle

Implementation

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

Implementation

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