srcIn constant
The source that overlaps the destination replaces the destination.
Implementation
static const BlendMode srcIn = PorterDuff(
  PorterDuff.dst,
  PorterDuff.zero,
);
The source that overlaps the destination replaces the destination.
static const BlendMode srcIn = PorterDuff(
  PorterDuff.dst,
  PorterDuff.zero,
);