dstOver constant

BlendMode const dstOver

The destination color is placed over the source color.

Implementation

static const BlendMode dstOver = PorterDuff(
  PorterDuff.oneMinusDst,
  PorterDuff.one,
);