borderImageSlice property

String borderImageSlice

Implementation

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

Implementation

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