backgroundBlendMode property
String
get
backgroundBlendMode
Implementation
_i2.String get backgroundBlendMode => _i4.getProperty(
this,
'backgroundBlendMode',
);
set
backgroundBlendMode
(String value)
Implementation
set backgroundBlendMode(_i2.String value) {
_i4.setProperty(
this,
'backgroundBlendMode',
value,
);
}