dstIn constant

BlendMode const dstIn

The destination that overlaps the source replaces the source.

Implementation

static const BlendMode dstIn = PorterDuff(
  PorterDuff.zero,
  PorterDuff.src,
);