srcAtop constant
The source that overlaps the destination is blended with the destination.
Implementation
static const BlendMode srcAtop = PorterDuff(
  PorterDuff.dst,
  PorterDuff.oneMinusSrc,
);
The source that overlaps the destination is blended with the destination.
static const BlendMode srcAtop = PorterDuff(
  PorterDuff.dst,
  PorterDuff.oneMinusSrc,
);