borderLeftStyle property

String get borderLeftStyle

Implementation

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

Implementation

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