BaseDialog constructor

const BaseDialog({
  1. Key? key,
  2. Widget? title,
  3. Widget? content,
  4. List<Widget>? actions,
})

Implementation

const BaseDialog({super.key, this.title, this.content, this.actions});