borderWidth property

String borderWidth

Implementation

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

Implementation

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