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