blendMode property

BlendMode get blendMode

Implementation

_i3.BlendMode get blendMode =>
    _i3.BlendModeOptions.values.byName(_i5.getProperty(
      this,
      'blendMode',
    ));
set blendMode (BlendMode value)

Implementation

set blendMode(_i3.BlendMode value) {
  _i5.setProperty(
    this,
    'blendMode',
    value.name,
  );
}