setModalBackdrop method

void setModalBackdrop()

Implementation

void setModalBackdrop() {
  _isModalBackdrop = true;
  notifyListeners();
}