srcIn constant

BlendMode const srcIn

The source that overlaps the destination replaces the destination.

Implementation

static const BlendMode srcIn = PorterDuff(
  PorterDuff.dst,
  PorterDuff.zero,
);