EscapeGameAlertDialogOkButton<T> constructor

const EscapeGameAlertDialogOkButton<T>({
  1. Key? key,
  2. VoidCallback? onPressed,
})

Creates a new EscapeGameAlertDialogOkButton instance.

Implementation

const EscapeGameAlertDialogOkButton({
  super.key,
  this.onPressed,
});