EscapeGameAlertDialogPadlockNewTry constructor

const EscapeGameAlertDialogPadlockNewTry({
  1. Key? key,
  2. Padlock? padlock,
  3. TextStyle textStyle = const TextStyle(fontWeight: FontWeight.bold, color: Colors.red),
  4. TextAlign textAlign = TextAlign.center,
})

Creates a new EscapeGameAlertDialogPadlockNewTry instance.

Implementation

const EscapeGameAlertDialogPadlockNewTry({
  super.key,
  this.padlock,
  this.textStyle = const TextStyle(fontWeight: FontWeight.bold, color: Colors.red),
  this.textAlign = TextAlign.center,
});