srcAtop constant

BlendMode const srcAtop

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

Implementation

static const BlendMode srcAtop = PorterDuff(
  PorterDuff.dst,
  PorterDuff.oneMinusSrc,
);