WuiDialog constructor

const WuiDialog({
  1. Key? key,
  2. String? title,
  3. String? message,
  4. List<String>? buttons,
})

Implementation

const WuiDialog({ Key? key, this.title, this.message, this.buttons }) : super(key: key);