plus constant
The source and destination regions are added together.
Implementation
static const BlendMode plus = PorterDuff(
PorterDuff.one,
PorterDuff.one,
);
The source and destination regions are added together.
static const BlendMode plus = PorterDuff(
PorterDuff.one,
PorterDuff.one,
);