dstAtop constant

BlendMode const dstAtop

The destination that overlaps the source is blended with the source.

Implementation

static const BlendMode dstAtop = PorterDuff(
  PorterDuff.oneMinusDst,
  PorterDuff.src,
);