backgroundBlendMode property

BlendMode? backgroundBlendMode
final

The blend mode applied to the backgroundColor or gradient of panel.

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

If no backgroundColor or gradient is provided then this has no impact.

Implementation

final BlendMode? backgroundBlendMode;