DialogPresenter constructor

const DialogPresenter({
  1. Key? key,
  2. required Widget child,
  3. Map<String, String>? strings,
})

Implementation

const DialogPresenter({Key? key, required this.child, this.strings}) : super(key: key);