borderStyle property

String get borderStyle

Implementation

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

Implementation

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