borderBlockStart property

String borderBlockStart

Implementation

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

Implementation

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