backgroundBlendModeForeground method

dynamic backgroundBlendModeForeground(
  1. BlendMode blendMode
)

Implementation

backgroundBlendModeForeground(BlendMode blendMode){
  _backgroundBlendModeForeground = blendMode;
  return this;
}