borderLeft property

String borderLeft

Implementation

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

Implementation

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