backgroundBlendMode property

BlendMode? backgroundBlendMode
final

The blend mode applied to the color or gradient background of the box.

If no backgroundBlendMode is provided then the default painting blend mode is used.

If no color or gradient is provided then the blend mode has no impact.

Implementation

final BlendMode? backgroundBlendMode;