borderImageWidth property

String get borderImageWidth

Implementation

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

Implementation

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