borderStyle property

String borderStyle

Implementation

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

Implementation

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