EscapeGameAlertDialogCloseButton constructor

const EscapeGameAlertDialogCloseButton({
  1. Key? key,
  2. bool cancel = true,
})

Creates a new EscapeGameAlertDialogCloseButton instance.

Implementation

const EscapeGameAlertDialogCloseButton({
  super.key,
  this.cancel = true,
});