borderImageSource property

String get borderImageSource

Implementation

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

Implementation

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