borderImageWidth property

String borderImageWidth

Implementation

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

Implementation

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