xor constant

BlendMode const xor

The non-overlapping regions of the source and destination are combined.

Implementation

static const BlendMode xor = PorterDuff(
  PorterDuff.oneMinusDst,
  PorterDuff.oneMinusSrc,
);