dst constant
Source pixels are replaced by the destination pixels.
Implementation
static const BlendMode dst = PorterDuff(
  PorterDuff.zero,
  PorterDuff.one,
);
Source pixels are replaced by the destination pixels.
static const BlendMode dst = PorterDuff(
  PorterDuff.zero,
  PorterDuff.one,
);