borderImageSource property

String borderImageSource

Implementation

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

Implementation

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