RoomWidgetBuilder typedef

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

Allows to render a specified room.

Implementation

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