mixBlendMode property

String mixBlendMode

Implementation

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

Implementation

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