borderLeftWidth property

String borderLeftWidth

Implementation

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

Implementation

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