dstAtop constant
The destination that overlaps the source is blended with the source.
Implementation
static const BlendMode dstAtop = PorterDuff(
  PorterDuff.oneMinusDst,
  PorterDuff.src,
);
The destination that overlaps the source is blended with the source.
static const BlendMode dstAtop = PorterDuff(
  PorterDuff.oneMinusDst,
  PorterDuff.src,
);