dimBackground method

Presentation dimBackground(
  1. bool dim
)

Implementation

Presentation dimBackground(bool dim){
  _map["dimBackground"] = dim;
  return this;
}