backgroundBlendMode property

String backgroundBlendMode

Implementation

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

Implementation

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