borderLeftStyle property

String borderLeftStyle

Implementation

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

Implementation

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