AdaptiveAlertDialog constructor

AdaptiveAlertDialog({
  1. Widget? title,
  2. Widget? content,
  3. List<AdaptiveAlertDialogButton>? actions,
})

Implementation

AdaptiveAlertDialog({this.title, this.content, this.actions});