PadlockDialogBuilder typedef

PadlockDialogBuilder = Widget? Function(BuildContext context, EscapeGame escapeGame, Padlock padlock)

Builds a dialog that allows to unlock a Padlock.

Implementation

typedef PadlockDialogBuilder = Widget? Function(BuildContext context, EscapeGame escapeGame, Padlock padlock);