dstOut constant

BlendMode const dstOut

The destination that does not overlap the source replaces the source.

Implementation

static const BlendMode dstOut = PorterDuff(
  PorterDuff.zero,
  PorterDuff.oneMinusSrc,
);