borderImageSlice property

String get borderImageSlice

Implementation

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

Implementation

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