BackgroundWidgetBuilder typedef

BackgroundWidgetBuilder = Widget Function(BuildContext context, EscapeGame escapeGame, Room room)

Allows to build the background widget.

Implementation

typedef BackgroundWidgetBuilder = Widget Function(BuildContext context, EscapeGame escapeGame, Room room);