DialogRequest constructor

DialogRequest({
  1. DialogType? type,
  2. Image? image,
  3. String? title,
  4. String? description,
  5. Widget? content,
  6. List<Widget>? buttons,
})

Implementation

DialogRequest(
    {this.type,
    this.image,
    this.title,
    this.description,
    this.content,
    this.buttons});