dimBackground method

PresentationConfig dimBackground(
  1. bool value
)

Implementation

PresentationConfig dimBackground(bool value) {
  _dimBackground = value;
  return this;
}