dimBackground method

PresentationConfig dimBackground(
  1. bool value
)

Implementation

PresentationConfig dimBackground(bool value) =>
    PresentationConfig(this).dimBackground(value);