GameWidgetBuilder typedef

GameWidgetBuilder = Widget Function(BuildContext context, EscapeGame escapeGame)

Allows to build a widget according to the specified escapeGame.

Implementation

typedef GameWidgetBuilder = Widget Function(BuildContext context, EscapeGame escapeGame);